sortix-mirror/chvideomode
Juhani Krekelä e4ce686576 Use standard termios flags and functions in chvideomode(1).
Previously chvideomode(1) used {get,set}termmode(2) as well as
tcgetwincurpos(2), which are non-standard and only work in the kernel
terminal.

This necessitates changing the keybind for exiting the menu from esc to
Q, as there is no good standard way to disambiguate between escape
character by itself and the start of an escape sequence.
2023-06-20 01:06:20 +03:00
..
.gitignore Move chkblayout(1) and chvideomode(1) into their own directories. 2023-05-16 02:25:18 +03:00
Makefile Move chkblayout(1) and chvideomode(1) into their own directories. 2023-05-16 02:25:18 +03:00
chvideomode.1 Use standard termios flags and functions in chvideomode(1). 2023-06-20 01:06:20 +03:00
chvideomode.c Use standard termios flags and functions in chvideomode(1). 2023-06-20 01:06:20 +03:00