thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.73k stars 240 forks source link

Fix off-by-one in select_text() on libvte >= 0.55.0 #674

Closed Warepire closed 5 years ago

Warepire commented 5 years ago

Version 0.55.0 rewrote the selection bounds and made them non-inclusive of the end-position. Take this into consideration.

This was the best solution I could come up with that would preserve support for older versions, but I am not pleased with the code, so I am open to suggestions for improving it.

Fixes #672