aboutsummaryrefslogtreecommitdiff
path: root/ui/curses.c
AgeCommit message (Expand)Author
2016-02-04ui: Clean up includesPeter Maydell
2016-01-08ui/curses: Fix color attribute of monitor for cursesOGAWA Hirofumi
2015-11-06ui: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-11-03ui/curses: Support line graphics chars on -curses modeOGAWA Hirofumi
2015-11-03ui/curses: Fix monitor color with -curses when 256 colorsOGAWA Hirofumi
2014-06-04input/curses: add kbd delay between keydown and keyup eventsGerd Hoffmann
2014-05-26input (curses): mask keycodes to remove modifier bitsAndrew Oates
2014-03-05input: keyboard: switch curses ui to new coreGerd Hoffmann
2013-11-25curses: fixup SIGWINCH handler messGerd Hoffmann
2013-04-25console: zap ds arg from register_displaychangelistenerGerd Hoffmann
2013-04-16console: add qemu_console_is_*Gerd Hoffmann
2013-04-16console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann
2013-03-18console: zap displaystate from dcl callbacksGerd Hoffmann
2013-03-18console: fix displaychangelisteners interfaceGerd Hoffmann
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini
2012-12-08curses: Remove OpenBSD workaroundBrad Smith
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond
2010-10-21curses: Fix control-{@[\]^_} and ESCSamuel Thibault
2010-07-26ui: move all ui components in ui/Corentin Chary