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
Steps to reproduce the behavior:
0. Build with the above hack
Open "Sort Options"
Close Program
Open the dumped output in a hex editor, Search for the byte sequence 1B 1B
Expected behavior
No occurrence of the byte sequence 1B 1B
Screenshots
I have not figured out how to screenshot on my system (sorry), but basically, kitty does not like the double \x1b, and renders something like:
Sort Options [0m|
System information (please complete the following information):
OS: Arch Linux 6.11.6-arch1-1
Superfile Version 1.1.5
The text was updated successfully, but these errors were encountered:
Describe the bug
String manipulation for menus sometimes produces 2
\x1b
next to each other. Some terminals breakTo Reproduce
I was able to debug by adding a hack here before the return:
superfile/src/pkg/string_function/overplace.go
Lines 100 to 113 in cc50cd6
Steps to reproduce the behavior:
0. Build with the above hack
1B 1B
Expected behavior
No occurrence of the byte sequence
1B 1B
Screenshots
I have not figured out how to screenshot on my system (sorry), but basically, kitty does not like the double
\x1b
, and renders something like:System information (please complete the following information):
The text was updated successfully, but these errors were encountered: