Philippe Mathieu-Daudé
|
32cad1ffb8
include: Rename sysemu/ -> system/
|
8 달 전 |
Brad Smith
|
f8d3116fdd
meson.build: Remove ncurses workaround for OpenBSD
|
10 달 전 |
Akihiko Odaki
|
e99441a379
ui/curses: Do not use console_select()
|
1 년 전 |
Marc-André Lureau
|
cc6ba2c6f5
ui/vc: rename kbd_put to qemu_text_console functions
|
2 년 전 |
Marc-André Lureau
|
f5360a0d28
ui/vc: remove kbd_put_keysym() and update function calls
|
2 년 전 |
Philippe Mathieu-Daudé
|
2d5f4a713d
ui/curses: Avoid dynamic stack allocation
|
3 년 전 |
Stefan Weil
|
fbab8cc24d
meson.build: Support ncurses on MacOS and OpenBSD
|
3 년 전 |
Yonggang Luo
|
65f5279761
curses: Fixes curses compiling errors.
|
4 년 전 |
Yonggang Luo
|
80d3ab61ad
curses: Fixes compiler error that complain don't have langinfo.h on msys2/mingw
|
4 년 전 |
Philippe Mathieu-Daudé
|
76c51fc3af
ui/curses: Move arrays to .heap to save 74KiB of .bss
|
5 년 전 |
Philippe Mathieu-Daudé
|
80e8c2ed1c
ui/curses: Make control_characters[] array const
|
5 년 전 |
Matthew Kilgore
|
30f5a9dd7a
curses: correctly pass the color pair to setcchar()
|
5 년 전 |
Matthew Kilgore
|
cd54ea456d
curses: use the bit mask constants provided by curses
|
5 년 전 |
Paolo Bonzini
|
68097ed5e5
curses: assert get_wch return value is okay
|
6 년 전 |
Markus Armbruster
|
0b8fa32f55
Include qemu/module.h where needed, drop it from qemu-common.h
|
6 년 전 |
Max Reitz
|
dc3c871ae0
ui/curses: Fix build with -m32
|
6 년 전 |
Samuel Thibault
|
962cf8fd4f
ui/curses: manipulate cchar_t with standard curses functions
|
6 년 전 |
Samuel Thibault
|
b7b664a4fe
ui/curses: do not assume wchar_t contains unicode
|
6 년 전 |
Gerd Hoffmann
|
e1be98540e
curses: fix wchar_t printf warning
|
6 년 전 |
Samuel Thibault
|
a9fda24747
curses ui: add missing iconv_close calls
|
6 년 전 |
Samuel Thibault
|
a5489ae5bb
curses ui: always initialize all curses_line fields
|
6 년 전 |
Samuel Thibault
|
2f8b7cd587
curses: add option to specify VGA font encoding
|
6 년 전 |
Samuel Thibault
|
459a707ecc
curses: support wide input
|
6 년 전 |
Samuel Thibault
|
633786fea7
Reduce curses escdelay from 1s to 25ms
|
6 년 전 |
Gerd Hoffmann
|
19c1b9fd3d
keymap: fix keyup mappings
|
6 년 전 |
Gerd Hoffmann
|
4ed26e19d9
keymap: pass full keyboard state to keysym2scancode
|
6 년 전 |
Fei Li
|
ab4f931e9f
ui: Convert vnc_display_init(), init_keyboard_layout() to Error
|
6 년 전 |
Gerd Hoffmann
|
b0766612d1
curses: switch over to new display registry
|
7 년 전 |
Gerd Hoffmann
|
abb4f2c965
keymap: consider modifier state when picking a mapping
|
7 년 전 |
Gerd Hoffmann
|
14f130fad8
curses: use DisplayOptions
|
7 년 전 |