summaryrefslogtreecommitdiffstats
path: root/ui/curses.c
Commit message (Expand)AuthorAgeFilesLines
* ui/curses: Avoid dynamic stack allocationPhilippe Mathieu-Daudé2022-09-221-1/+1
* meson.build: Support ncurses on MacOS and OpenBSDStefan Weil2021-11-191-0/+4
* curses: Fixes curses compiling errors.Yonggang Luo2020-10-141-2/+2
* curses: Fixes compiler error that complain don't have langinfo.h on msys2/mingwYonggang Luo2020-10-141-5/+5
* ui/curses: Move arrays to .heap to save 74KiB of .bssPhilippe Mathieu-Daudé2020-03-161-2/+6
* ui/curses: Make control_characters[] array constPhilippe Mathieu-Daudé2020-03-161-1/+1
* curses: correctly pass the color pair to setcchar()Matthew Kilgore2019-10-181-1/+3
* curses: use the bit mask constants provided by cursesMatthew Kilgore2019-10-181-2/+2
* curses: assert get_wch return value is okayPaolo Bonzini2019-08-211-0/+2
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-1/+2
* ui/curses: Fix build with -m32Max Reitz2019-06-071-4/+4
* ui/curses: manipulate cchar_t with standard curses functionsSamuel Thibault2019-05-171-14/+29
* ui/curses: do not assume wchar_t contains unicodeSamuel Thibault2019-05-171-57/+100
* curses: fix wchar_t printf warningGerd Hoffmann2019-04-121-2/+2
* curses ui: add missing iconv_close callsSamuel Thibault2019-03-181-0/+6
* curses ui: always initialize all curses_line fieldsSamuel Thibault2019-03-181-3/+3
* curses: add option to specify VGA font encodingSamuel Thibault2019-03-131-47/+268
* curses: support wide inputSamuel Thibault2019-03-111-14/+62
* Reduce curses escdelay from 1s to 25msSamuel Thibault2019-03-111-1/+2
* keymap: fix keyup mappingsGerd Hoffmann2019-02-051-1/+1
* keymap: pass full keyboard state to keysym2scancodeGerd Hoffmann2019-02-051-1/+1
* ui: Convert vnc_display_init(), init_keyboard_layout() to ErrorFei Li2018-10-191-3/+3
* curses: switch over to new display registryGerd Hoffmann2018-03-051-1/+13
* keymap: consider modifier state when picking a mappingGerd Hoffmann2018-02-221-1/+2
* curses: use DisplayOptionsGerd Hoffmann2018-02-201-1/+1
* console: purge curses bits from console.hGerd Hoffmann2017-09-291-6/+21
* curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT)Stefan Weil2017-01-101-1/+0Star
* curses: fix left/right arrow translationSamuel Thibault2016-10-281-2/+2
* ui/curses.c: Clean up nextchr logicPeter Maydell2016-09-131-11/+4Star
* ui/curses.c: Ensure we don't read off the end of curses2qemu arrayPeter Maydell2016-09-131-1/+4
* ui: Clean up includesPeter Maydell2016-02-041-0/+1
* ui/curses: Fix color attribute of monitor for cursesOGAWA Hirofumi2016-01-081-3/+10
* ui: Use g_new() & friends where that makes obvious senseMarkus Armbruster2015-11-061-1/+1
* ui/curses: Support line graphics chars on -curses modeOGAWA Hirofumi2015-11-031-0/+44
* ui/curses: Fix monitor color with -curses when 256 colorsOGAWA Hirofumi2015-11-031-1/+6
* input/curses: add kbd delay between keydown and keyup eventsGerd Hoffmann2014-06-041-0/+10
* input (curses): mask keycodes to remove modifier bitsAndrew Oates2014-05-261-2/+2
* input: keyboard: switch curses ui to new coreGerd Hoffmann2014-03-051-22/+25
* curses: fixup SIGWINCH handler messGerd Hoffmann2013-11-261-16/+28
* console: zap ds arg from register_displaychangelistenerGerd Hoffmann2013-04-251-1/+1
* console: add qemu_console_is_*Gerd Hoffmann2013-04-161-3/+4
* console: rename vga_hw_*, add QemuConsole paramGerd Hoffmann2013-04-161-2/+2
* console: zap displaystate from dcl callbacksGerd Hoffmann2013-03-181-6/+2Star
* console: fix displaychangelisteners interfaceGerd Hoffmann2013-03-181-10/+22
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-1/+1
* ui: move files to ui/ and include/ui/Paolo Bonzini2012-12-191-1/+1
* curses: Remove OpenBSD workaroundBrad Smith2012-12-081-4/+0Star
* console: untangle gfx & txt updatesGerd Hoffmann2012-11-011-14/+7Star
* Use glib memory allocation and free functionsAnthony Liguori2011-08-211-1/+1
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0Star