xi-frontend / xi-term

A terminal frontend for Xi
MIT License
485 stars 37 forks source link

Some missing features #99

Open CHNB128 opened 5 years ago

CHNB128 commented 5 years ago
wendivoid commented 5 years ago

For some reason the select all feature isn't working correctly. It seems to be displaying the new line escape sequence. xi-term-select-all

Any idea what might be causing this?

wendivoid commented 5 years ago

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

msirringhaus commented 5 years ago

For me this is only happening with syntax highlighting active (for all kinds of multi-line selections). Without syntect, everything looks good.