console: add question-mark escape operator
authorAlexander Graf <agraf@suse.de>
Mon, 6 Jun 2011 04:53:52 +0000 (06:53 +0200)
committerChanho Park <parkch98@gmail.com>
Tue, 9 Sep 2014 02:32:52 +0000 (11:32 +0900)
commit61445fa0856d7c57d7ada75b015652228e32af9b
tree1716e8f64e81579d2d6d114171b915b188774d50
parent35d6c482771e1ab6f42a1066e8e5d1decb3549b4
console: add question-mark escape operator

Some termcaps (found using SLES11SP1) use [? sequences. According to man
console_codes (http://linux.die.net/man/4/console_codes) the question mark
is a nop and should simply be ignored.

This patch does exactly that, rendering screen output readable when
outputting guest serial consoles to the graphical console emulator.

Signed-off-by: Alexander Graf <agraf@suse.de>
ui/console.c