Matthew Kilgore
|
30f5a9dd7a
curses: correctly pass the color pair to setcchar()
|
5 years ago |
Matthew Kilgore
|
cd54ea456d
curses: use the bit mask constants provided by curses
|
5 years ago |
Paolo Bonzini
|
68097ed5e5
curses: assert get_wch return value is okay
|
6 years ago |
Markus Armbruster
|
0b8fa32f55
Include qemu/module.h where needed, drop it from qemu-common.h
|
6 years ago |
Max Reitz
|
dc3c871ae0
ui/curses: Fix build with -m32
|
6 years ago |
Samuel Thibault
|
962cf8fd4f
ui/curses: manipulate cchar_t with standard curses functions
|
6 years ago |
Samuel Thibault
|
b7b664a4fe
ui/curses: do not assume wchar_t contains unicode
|
6 years ago |
Gerd Hoffmann
|
e1be98540e
curses: fix wchar_t printf warning
|
6 years ago |
Samuel Thibault
|
a9fda24747
curses ui: add missing iconv_close calls
|
6 years ago |
Samuel Thibault
|
a5489ae5bb
curses ui: always initialize all curses_line fields
|
6 years ago |
Samuel Thibault
|
2f8b7cd587
curses: add option to specify VGA font encoding
|
6 years ago |
Samuel Thibault
|
459a707ecc
curses: support wide input
|
6 years ago |
Samuel Thibault
|
633786fea7
Reduce curses escdelay from 1s to 25ms
|
6 years ago |
Gerd Hoffmann
|
19c1b9fd3d
keymap: fix keyup mappings
|
6 years ago |
Gerd Hoffmann
|
4ed26e19d9
keymap: pass full keyboard state to keysym2scancode
|
6 years ago |
Fei Li
|
ab4f931e9f
ui: Convert vnc_display_init(), init_keyboard_layout() to Error
|
6 years ago |
Gerd Hoffmann
|
b0766612d1
curses: switch over to new display registry
|
7 years ago |
Gerd Hoffmann
|
abb4f2c965
keymap: consider modifier state when picking a mapping
|
7 years ago |
Gerd Hoffmann
|
14f130fad8
curses: use DisplayOptions
|
7 years ago |
Gerd Hoffmann
|
e2f82e924d
console: purge curses bits from console.h
|
8 years ago |
Stefan Weil
|
f27ff81070
curses: Fix compiler warnings (Mingw-w64 redefinition of macro KEY_EVENT)
|
8 years ago |
Samuel Thibault
|
697783a736
curses: fix left/right arrow translation
|
8 years ago |
Peter Maydell
|
99a9ef44dc
ui/curses.c: Clean up nextchr logic
|
9 years ago |
Peter Maydell
|
bba4e1b591
ui/curses.c: Ensure we don't read off the end of curses2qemu array
|
9 years ago |
Peter Maydell
|
e16f4c8770
ui: Clean up includes
|
9 years ago |
OGAWA Hirofumi
|
4083733db5
ui/curses: Fix color attribute of monitor for curses
|
9 years ago |
Markus Armbruster
|
fedf0d35aa
ui: Use g_new() & friends where that makes obvious sense
|
9 years ago |
OGAWA Hirofumi
|
e2368dc968
ui/curses: Support line graphics chars on -curses mode
|
9 years ago |
OGAWA Hirofumi
|
615220ddaf
ui/curses: Fix monitor color with -curses when 256 colors
|
9 years ago |
Gerd Hoffmann
|
5a165668e7
input/curses: add kbd delay between keydown and keyup events
|
11 years ago |