mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
No description
ecc3114f2a
This will allow development of a better terminal providing stdin. Added new system calls settermmode(2) and gettermmode(2) declared in <sys/termmode.h>. They allow querying and changing the current mode of terminals (enabling raw keyboard data, signal handling, line buffering, UTF-8 encoding stdin, and more). However, all that is unsupported by the current terminal device driver. Added KBKEY_ENCODE and KBKEY_DECODE macros to <sys/keycodes.h> which allows encoding the kbkey format in UTF-32 characters. |
||
---|---|---|
bench | ||
debsrc | ||
games | ||
initrd | ||
isosrc/boot/grub | ||
libmaxsi | ||
mkinitrd | ||
mxmpp | ||
sortix | ||
subsystem | ||
utils | ||
.gitignore | ||
crosscompilemakefile.mak | ||
gpl.html | ||
lgpl.html | ||
Makefile |