banan-os/kernel/kernel/Terminal
Bananymous e8491b34b8 Kernel/LibC: Rework TIOC{G,S}WINSZ more linux like
Userspace can freely set terminal size, kernel just updates it when for
example new font is loaded. Also SIGWINCH is now sent by kernel instead
of userspace.
2025-06-28 19:40:54 +03:00
..
FramebufferTerminal.cpp Kernel: Don't wrap cursor immediatly at cols() 2025-04-23 22:03:53 +03:00
PseudoTerminal.cpp Kernel/LibC: Rework TIOC{G,S}WINSZ more linux like 2025-06-28 19:40:54 +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/LibC: Rework TIOC{G,S}WINSZ more linux like 2025-06-28 19:40:54 +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/LibC: Rework TIOC{G,S}WINSZ more linux like 2025-06-28 19:40:54 +03:00