xi-term icon indicating copy to clipboard operation
xi-term copied to clipboard

Some missing features

Open CHNB128 opened this issue 5 years ago • 3 comments

  • Select all
  • Undo Redo

CHNB128 avatar Apr 28 '19 05:04 CHNB128

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 avatar Apr 30 '19 15:04 wendivoid

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

wendivoid avatar May 01 '19 14:05 wendivoid

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

msirringhaus avatar Jun 27 '19 09:06 msirringhaus