summaryrefslogtreecommitdiff
path: root/ui/curses.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-05curses: switch over to new display registryGerd Hoffmann1-1/+13
2018-02-22keymap: consider modifier state when picking a mappingGerd Hoffmann1-1/+2
2018-02-20curses: use DisplayOptionsGerd Hoffmann1-1/+1
2017-09-29console: purge curses bits from console.hGerd Hoffmann1-6/+21
2017-01-10curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT)Stefan Weil1-1/+0
2016-10-28curses: fix left/right arrow translationSamuel Thibault1-2/+2
2016-09-13ui/curses.c: Clean up nextchr logicPeter Maydell1-11/+4
2016-09-13ui/curses.c: Ensure we don't read off the end of curses2qemu arrayPeter Maydell1-1/+4
2016-02-04ui: Clean up includesPeter Maydell1-0/+1
2016-01-08ui/curses: Fix color attribute of monitor for cursesOGAWA Hirofumi1-3/+10
2015-11-06ui: Use g_new() & friends where that makes obvious senseMarkus Armbruster1-1/+1
2015-11-03ui/curses: Support line graphics chars on -curses modeOGAWA Hirofumi1-0/+44
2015-11-03ui/curses: Fix monitor color with -curses when 256 colorsOGAWA Hirofumi1-1/+6
2014-06-04input/curses: add kbd delay between keydown and keyup eventsGerd Hoffmann1-0/+10
2014-05-26input (curses): mask keycodes to remove modifier bitsAndrew Oates1-2/+2
2014-03-05input: keyboard: switch curses ui to new coreGerd Hoffmann1-22/+25
2013-11-25curses: fixup SIGWINCH handler messGerd Hoffmann1-16/+28
2013-04-25console: zap ds arg from register_displaychangelistenerGerd Hoffmann1-1/+1
2013-04-16console: add qemu_console_is_*Gerd Hoffmann1-3/+4
2013-04-16console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann1-2/+2
2013-03-18console: zap displaystate from dcl callbacksGerd Hoffmann1-6/+2
2013-03-18console: fix displaychangelisteners interfaceGerd Hoffmann1-10/+22
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-1/+1
2012-12-19ui: move files to ui/ and include/ui/Paolo Bonzini1-1/+1
2012-12-08curses: Remove OpenBSD workaroundBrad Smith1-4/+0
2012-11-01console: untangle gfx & txt updatesGerd Hoffmann1-14/+7
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-1/+1
2011-06-08Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond1-1/+0
2010-10-21curses: Fix control-{@[\]^_} and ESCSamuel Thibault1-3/+6
2010-07-26ui: move all ui components in ui/Corentin Chary1-0/+365