Adam Borowski
7f1534e172
vt: make mouse selection of non-ASCII consistent
For some reason a handful of ISO-8859-1 symbols are excluded from "word
chars" while the vast majority of Unicode is hard-coded as included, even
when inappropriate (we really would want to _not_ select line-drawing/etc).
Those symbols are: ¡¢£¤¥¦§¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿×÷
Thus, let's not special-case any non-ASCII anymore. Attempts to set these
via ioctl will be silently ignored.
As an extra bonus, we debloat the kernel by 128 bytes.
Signed-off-by: Adam Borowski <kilobyte@angband.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-04-11 21:39:15 +02:00
..
2010-11-05 22:18:23 -07:00
2016-12-24 11:46:01 -08:00
2017-03-28 09:56:03 +02:00
2013-01-15 21:52:24 -08:00
2017-04-11 21:39:15 +02:00
2016-12-24 11:46:01 -08:00
2017-03-02 08:42:29 +01:00
2017-03-31 16:56:10 +02:00