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
Tested with msys2 on Windows.
Reproduce:
Open a msys2 terminal on Windows.
Do not maximize or fullscreen it.
Set the terminal column to 80 (default value).
Input perl -E '$a="a"x88;say "$a汉字"' | fzy
Now press Ctrl+n five times. The result is
Tested with msys2 on Windows.
Reproduce:
Open a msys2 terminal on Windows.
Do not maximize or fullscreen it.
Set the terminal column to 80 (default value).
Input
perl -E '$a="a"x88;say "$a汉字"' | fzy
Now press Ctrl+n five times. The result is
It will mess the result screen if the input has many lines like this.
The text was updated successfully, but these errors were encountered: