fsc0
fsc0
[dummy-UTF-8.txt](https://github.com/user-attachments/files/18250948/dummy-UTF-8.txt) I did further research and realized the encoding of that dummy.txt on gif demo was UTF-8, And bug couldn't reproduce with ASCII.  EDIT: Upload dummy-UTF-8.txt
[hny.txt](https://github.com/user-attachments/files/18251168/hny.txt) If the last character of the line is CJK character, bug can't reproduce. And the trail leaving the mark all over previous lines passed.  Related: #1526, #2020 Issue...
Thanks for the info @y0ast https://github.com/junegunn/fzf/issues/1526#issuecomment-835506019 https://github.com/junegunn/fzf/blob/fe3a9c603e924425f80b87d76adb3e80d2bc668c/src/terminal.go#L2174 ``` t.window.CPrint(color, strings.Repeat(" ", 2 * fillSpaces)) ``` https://github.com/junegunn/fzf/blob/fe3a9c603e924425f80b87d76adb3e80d2bc668c/src/terminal.go#L2188 ``` t.window.Print(strings.Repeat(" ", 2 * fillSpaces)) ``` But scrollbar not displaying properly, and layout...
$ fzf --version 0.65.2 (ab407c46) $ uname -r 6.12.51_1 I couldn't reproduce the issue. I can see the straight border lines, but not the rounded corners `╭╮╰╯`. However, I can...
> * adding `--no-unicode` does not change anything, the output still looks the same What was your command with `--no-unicode` option? Cause when I used below command on my TTY,...
I see, since we're testing this issue almost same condition, except I'm using Void Linux and you are using NixOS. I'm just wondering how other major distros handle this issue.