diff options
author | Adam Borowski <kilobyte@angband.pl> | 2017-03-27 14:21:14 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-11 21:39:15 +0200 |
commit | 7f1534e172f5eb9c215a25d73ee9ef57eb1582ba (patch) | |
tree | f545a519d38c2cb21eb4808b1e66f894a7a2eb0c /kernel | |
parent | 7d6d44aee0aed24f243a37ec525a4fcb40e6e2d4 (diff) | |
download | linux-7f1534e172f5eb9c215a25d73ee9ef57eb1582ba.tar.gz linux-7f1534e172f5eb9c215a25d73ee9ef57eb1582ba.tar.bz2 linux-7f1534e172f5eb9c215a25d73ee9ef57eb1582ba.zip |
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>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions