qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] sdl2: add support for text consoles


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 0/4] sdl2: add support for text consoles
Date: Wed, 28 May 2014 15:44:44 +0200

  Hi,

This patch series adds support for text consoles (i.e. qemu -monitor vc)
to sdl2.  It also makes the Ctrl-Alt-<nr> hotkeys work.  Behavior is a
bit different than sdl1 though:  Each console gets its own window, and
Ctrl-Alt-<nr> hotkeys will show/hide the windows.

cheers,
  Gerd

Gerd Hoffmann (4):
  console: add kbd_put_qcode_console
  console: add kbd_put_string_console
  sdl2: make Ctrl-Alt-<nr> hotkeys show and hide windows
  sdl2: textinput + terminal

 include/ui/console.h |  2 ++
 ui/console.c         | 33 +++++++++++++++++++++++++
 ui/sdl2.c            | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 101 insertions(+), 2 deletions(-)

-- 
1.8.3.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]