- e99441a ui/curses: Do not use console_select() by Akihiko Odaki · 12 months ago
- cc6ba2c ui/vc: rename kbd_put to qemu_text_console functions by Marc-André Lureau · 1 year, 6 months ago
- f5360a0 ui/vc: remove kbd_put_keysym() and update function calls by Marc-André Lureau · 1 year, 6 months ago
- 2d5f4a7 ui/curses: Avoid dynamic stack allocation by Philippe Mathieu-Daudé · 2 years, 6 months ago
- fbab8cc meson.build: Support ncurses on MacOS and OpenBSD by Stefan Weil · 3 years, 3 months ago
- 65f5279 curses: Fixes curses compiling errors. by Yonggang Luo · 4 years, 5 months ago
- 80d3ab6 curses: Fixes compiler error that complain don't have langinfo.h on msys2/mingw by Yonggang Luo · 4 years, 5 months ago
- 76c51fc ui/curses: Move arrays to .heap to save 74KiB of .bss by Philippe Mathieu-Daudé · 5 years ago
- 80e8c2e ui/curses: Make control_characters[] array const by Philippe Mathieu-Daudé · 5 years ago
- 30f5a9d curses: correctly pass the color pair to setcchar() by Matthew Kilgore · 5 years ago
- cd54ea4 curses: use the bit mask constants provided by curses by Matthew Kilgore · 5 years ago
- 68097ed curses: assert get_wch return value is okay by Paolo Bonzini · 6 years ago
- 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
- dc3c871 ui/curses: Fix build with -m32 by Max Reitz · 6 years ago
- 962cf8f ui/curses: manipulate cchar_t with standard curses functions by Samuel Thibault · 6 years ago
- b7b664a ui/curses: do not assume wchar_t contains unicode by Samuel Thibault · 6 years ago
- e1be985 curses: fix wchar_t printf warning by Gerd Hoffmann · 6 years ago
- a9fda24 curses ui: add missing iconv_close calls by Samuel Thibault · 6 years ago
- a5489ae curses ui: always initialize all curses_line fields by Samuel Thibault · 6 years ago
- 2f8b7cd curses: add option to specify VGA font encoding by Samuel Thibault · 6 years ago
- 459a707 curses: support wide input by Samuel Thibault · 6 years ago
- 633786f Reduce curses escdelay from 1s to 25ms by Samuel Thibault · 6 years ago
- 19c1b9f keymap: fix keyup mappings by Gerd Hoffmann · 6 years ago
- 4ed26e1 keymap: pass full keyboard state to keysym2scancode by Gerd Hoffmann · 6 years ago
- ab4f931 ui: Convert vnc_display_init(), init_keyboard_layout() to Error by Fei Li · 6 years ago
- b076661 curses: switch over to new display registry by Gerd Hoffmann · 7 years ago
- abb4f2c keymap: consider modifier state when picking a mapping by Gerd Hoffmann · 7 years ago
- 14f130f curses: use DisplayOptions by Gerd Hoffmann · 7 years ago
- e2f82e9 console: purge curses bits from console.h by Gerd Hoffmann · 7 years ago
- f27ff81 curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT) by Stefan Weil · 8 years ago
- 697783a curses: fix left/right arrow translation by Samuel Thibault · 8 years ago
- 99a9ef4 ui/curses.c: Clean up nextchr logic by Peter Maydell · 9 years ago
- bba4e1b ui/curses.c: Ensure we don't read off the end of curses2qemu array by Peter Maydell · 9 years ago
- e16f4c8 ui: Clean up includes by Peter Maydell · 9 years ago
- 4083733 ui/curses: Fix color attribute of monitor for curses by OGAWA Hirofumi · 9 years ago
- fedf0d3 ui: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 9 years ago
- e2368dc ui/curses: Support line graphics chars on -curses mode by OGAWA Hirofumi · 9 years ago
- 615220d ui/curses: Fix monitor color with -curses when 256 colors by OGAWA Hirofumi · 9 years ago
- 5a16566 input/curses: add kbd delay between keydown and keyup events by Gerd Hoffmann · 11 years ago
- f5c0ab1 input (curses): mask keycodes to remove modifier bits by Andrew Oates · 11 years ago
- cd10032 input: keyboard: switch curses ui to new core by Gerd Hoffmann · 11 years ago
- 032ac6f curses: fixup SIGWINCH handler mess by Gerd Hoffmann · 11 years ago
- 5209089 console: zap ds arg from register_displaychangelistener by Gerd Hoffmann · 12 years ago
- 81c0d5a console: add qemu_console_is_* by Gerd Hoffmann · 12 years ago
- 1dbfa00 console: rename vga_hw_*, add QemuConsole param by Gerd Hoffmann · 12 years ago
- bc2ed97 console: zap displaystate from dcl callbacks by Gerd Hoffmann · 12 years ago
- 7c20b4a console: fix displaychangelisteners interface by Gerd Hoffmann · 12 years ago
- 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
- 28ecbae ui: move files to ui/ and include/ui/ by Paolo Bonzini · 12 years ago
- 2aa1cb5 curses: Remove OpenBSD workaround by Brad Smith · 12 years ago
- a93a4a2 console: untangle gfx & txt updates by Gerd Hoffmann · 12 years ago
- 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
- 9bf0960 Fix compilation warning due to missing header for sigaction (followup) by Alexandre Raymond · 14 years ago
- d03703c curses: Fix control-{@[\]^_} and ESC by Samuel Thibault · 14 years ago
- 3e230dd ui: move all ui components in ui/ by Corentin Chary · 15 years ago[Renamed from curses.c]
- aaf12c2 Revert 'Fix build' by Blue Swirl · 15 years ago
- 2869548 Revert "Convert atexit users to exit_notifier" by Anthony Liguori · 15 years ago
- 80a1ab5 Fix build by Blue Swirl · 15 years ago
- d7234f4 Convert atexit users to exit_notifier by Anthony Liguori · 15 years ago
- 44bb61c Fix curses interaction with keymaps by Samuel Thibault · 15 years ago
- c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
- 99a0949 Get rid of _t suffix by malc · 15 years ago
- e09fdfa curses: save 250MB of memory by Aurelien Jarno · 15 years ago
- 660f11b Fix Sparse warnings: "Using plain integer as NULL pointer" by Blue Swirl · 16 years ago
- 7b5d76d DisplayAllocator interface (Stefano Stabellini) by aliguori · 16 years ago
- 511d2b1 Sparse fixes: NULL use, header order, ANSI prototypes, static by blueswir1 · 16 years ago
- 0483755 Refactor keymap code to avoid duplication ("Daniel P. Berrange") by aliguori · 16 years ago
- 1eec614 toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
- 68f0099 fix curses interface (Stefano Stabellini) by aliguori · 16 years ago
- 7d957bd DisplayState interface change (Stefano Stabellini) by aliguori · 16 years ago
- c21bbcf Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's. by balrog · 16 years ago
- 5b08fc1 Handle terminating signals (Gerd Hoffmann) by aliguori · 17 years ago
- 128ab2f Preliminary OpenBSD host support (based on OpenBSD patches by Todd T. Fries) by blueswir1 · 17 years ago
- b1314cf The non-ncurses curses doesn't have resize_term, so make resizing conditional. by balrog · 17 years ago
- 4d3b6f6 Add an ncurses UI. by balrog · 17 years ago