gtk: add virtual console support (v2)
commitd861def367b516055dc4c46dc1305143ee653c84
authorAnthony Liguori <aliguori@us.ibm.com>
Wed, 20 Feb 2013 13:43:21 +0000 (20 07:43 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 21 Feb 2013 22:34:48 +0000 (21 16:34 -0600)
tree9c37a9340c4d65477a03cc6ea3a91f7135f71dcb
parenta4ccabcf6deaeb42c65d5d6d84ba0ceff8003876
gtk: add virtual console support (v2)

This enables VteTerminal to be used to render the text consoles.  VteTerminal is
the same widget used by gnome-terminal which means it's VT100 emulation is as
good as they come.

It's also screen reader accessible, supports copy/paste, proper scrolling and
most of the other features you would expect from a terminal widget.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-id: 1361367806-4599-5-git-send-email-aliguori@us.ibm.com
ui/gtk.c