banan-os/kernel/kernel/Terminal
Bananymous 34bdcb12e5 Kernel: Fix termios and enter key handling
Enter key now produces expected \r which gets converted to \n by default
by the ICRNL input flag.

Also input flags are now handled always, not just when ICANON is set.
I don't know why I though ICANON should disable input handling
2025-08-19 16:23:30 +03:00
..
FramebufferTerminal.cpp Kernel: Add fast fill method to framebuffer device 2025-07-02 00:17:42 +03:00
PseudoTerminal.cpp Kernel: Fix termios and enter key handling 2025-08-19 16:23:30 +03:00
Serial.cpp Kernel/LibC: Rework TIOC{G,S}WINSZ more linux like 2025-06-28 19:40:54 +03:00
TTY.cpp Kernel: Fix termios and enter key handling 2025-08-19 16:23:30 +03:00
TerminalDriver.cpp Kernel: Add support for text mode terminal 2025-04-18 02:45:06 +03:00
TextModeTerminal.cpp Kernel: Fix text mode cursor 2025-04-25 02:31:33 +03:00
VirtualTTY.cpp Kernel: Fix termios and enter key handling 2025-08-19 16:23:30 +03:00