]> asedeno.scripts.mit.edu Git - linux.git/commit
vt: ignore sequences that contain ':' in parameters.
authorMartin Hostettler <textshell@uchuujin.de>
Sat, 15 Dec 2018 14:34:23 +0000 (15:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jan 2019 12:57:27 +0000 (13:57 +0100)
commit04afcd3aaf3389cc258044350e4daac2410164d8
tree9273cf23aab02a077c7f9f7938b79e1d00712c31
parent7a99565f87321b456e3469b8e256705f605997d5
vt: ignore sequences that contain ':' in parameters.

csi sequences can contain subparameters delimited by ':' characters. For
now just ignore the whole sequence in this case. Such sequences are used by
more capable terminal implementations with T.416 high color modes or
extended underline rendition attributes.

Also ignore sequences with private use characters '?', '>', '='
and '>' that are not at the initial position.

Signed-off-by: Martin Hostettler <textshell@uchuujin.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/vt.c