You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a test.cmd like below and save it with UTF-8 encoding.
@echo off
setlocal EnableDelayedExpansion
chcp 65001
set s=a汉字a
for /l %%I in (1,1,10) do (
set "x="
for /l %%i in (1,1,5) do (set x=!x!!s!&&echo !x!)
)
open cmd and input test.cmd | fzf
press Ctrl+p multiple times to go to the top.
Now the cmd screen is full of mess with 汉 字
The text was updated successfully, but these errors were encountered:
man fzf
)Info
Problem / Steps to reproduce
test.cmd | fzf
The text was updated successfully, but these errors were encountered: