lxde / lxterminal

VTE terminal emulator written in GTK
GNU General Public License v2.0
159 stars 56 forks source link

Fix word-wise selection issue when running on gtk3 #74

Closed ajqlee closed 5 years ago

ajqlee commented 5 years ago

New distro like Debian Buster already use gtk3 instead of gtk2. So that the vte_terminal_set_word_chars function doesnʼt work anymore.

Here is a patch to add vte_terminal_set_word_char_exceptions function to support word-wise selection under gtk3.

Signed-off-by: Andrew Lee (李健秋) ajqlee@debian.org Reviewed by: Yao Wei (魏銘廷) mwei@lxde.org