banan-os/kernel/include/kernel/Terminal
Bananymous b30af0edca Kernel: TTY now reads input byte by byte
This allows correct behaviour for character streams / keyboard
handling. Serial input can now send working ^C :D
2023-09-07 15:06:27 +03:00
..
Serial.h Kernel: Add /dev/tty symlink that targets the current tty 2023-09-05 01:07:52 +03:00
TTY.h Kernel: TTY now reads input byte by byte 2023-09-07 15:06:27 +03:00
TerminalDriver.h Kernel: Start work on making tty a file 2023-04-05 00:56:09 +03:00
VesaTerminalDriver.h Kernel: Start work on making tty a file 2023-04-05 00:56:09 +03:00
VirtualTTY.h Kernel: Add /dev/tty symlink that targets the current tty 2023-09-05 01:07:52 +03:00
termios.h Kernel: Start work on making tty a file 2023-04-05 00:56:09 +03:00