Searched hist:"7 d6d44aee0aed24f243a37ec525a4fcb40e6e2d4" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/tty/vt/ |
H A D | selection.c | diff 7d6d44aee0aed24f243a37ec525a4fcb40e6e2d4 Mon Mar 27 07:21:13 CDT 2017 Adam Borowski <kilobyte@angband.pl> vt: set mouse selection word-chars to gpm's default
Since forever, gpm was this code's only user, and it overrides the table on start so the default was never seen -- until Bill Allombert's "consolation" came in. The in-kernel set is "A-Za-z0-9_" which fails to catch typical file names, etc. Let's change this to gpm's conservative default, ie "-A-Za-z0-9_./"; most terminals include more, for example xfce4-terminal has "-A-Za-z0-9,./?%&#:_=+@~".
There's some discussion at https://bugs.debian.org/846587
Signed-off-by: Adam Borowski <kilobyte@angband.pl> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
|