aboutsummaryrefslogtreecommitdiff
path: root/ui/curses.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-20ui/curses: Do not use console_select()Akihiko Odaki1-21/+27
2023-09-12ui/vc: rename kbd_put to qemu_text_console functionsMarc-André Lureau1-1/+1
2023-09-12ui/vc: remove kbd_put_keysym() and update function callsMarc-André Lureau1-1/+1
2022-09-22ui/curses: Avoid dynamic stack allocationPhilippe Mathieu-Daudé1-1/+1
2021-11-19meson.build: Support ncurses on MacOS and OpenBSDStefan Weil1-0/+4
2020-10-14curses: Fixes curses compiling errors.Yonggang Luo1-2/+2
2020-10-14curses: Fixes compiler error that complain don't have langinfo.h on msys2/mingwYonggang Luo1-5/+5
2020-03-16ui/curses: Move arrays to .heap to save 74KiB of .bssPhilippe Mathieu-Daudé1-2/+6
2020-03-16ui/curses: Make control_characters[] array constPhilippe Mathieu-Daudé1-1/+1
2019-10-18curses: correctly pass the color pair to setcchar()Matthew Kilgore1-1/+3
2019-10-18curses: use the bit mask constants provided by cursesMatthew Kilgore1-2/+2
2019-08-21curses: assert get_wch return value is okayPaolo Bonzini1-0/+2
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-1/+2
2019-06-07ui/curses: Fix build with -m32Max Reitz1-4/+4
2019-05-17ui/curses: manipulate cchar_t with standard curses functionsSamuel Thibault1-14/+29
2019-05-17ui/curses: do not assume wchar_t contains unicodeSamuel Thibault1-57/+100
2019-04-12curses: fix wchar_t printf warningGerd Hoffmann1-2/+2
2019-03-18curses ui: add missing iconv_close callsSamuel Thibault1-0/+6
2019-03-18curses ui: always initialize all curses_line fieldsSamuel Thibault1-3/+3
2019-03-13curses: add option to specify VGA font encodingSamuel Thibault1-47/+268
2019-03-11curses: support wide inputSamuel Thibault1-14/+62
2019-03-11Reduce curses escdelay from 1s to 25msSamuel Thibault1-1/+2
2019-02-05keymap: fix keyup mappingsGerd Hoffmann1-1/+1
2019-02-05keymap: pass full keyboard state to keysym2scancodeGerd Hoffmann1-1/+1
2018-10-19ui: Convert vnc_display_init(), init_keyboard_layout() to ErrorFei Li1-3/+3
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