xi-term
xi-term copied to clipboard
Some missing features
- Select all
- Undo Redo
For some reason the select all feature isn't working correctly. It seems to be displaying the new line escape sequence.
Any idea what might be causing this?
I think this is happening because of the newline sent by xi-core with each line in the line cache. A simple fix for this could be simply stripping the newline character before rendering each line, it shouldn't be necessary since we already have the text divided into lines. but i'm not sure if this is the best solution
I tested with: gnome-terminal, stterm, rxvt-unicode
For me this is only happening with syntax highlighting active (for all kinds of multi-line selections). Without syntect, everything looks good.