banan-os/kernel/kernel/Terminal
Bananymous aaff5a65e1 Kernel/init: /dev/tty is now custom symlink to controlling terminal
kernel now passes the name of default console to init process so init
knows which file to open as stdio. before /dev/tty was referencing the
system wide current terminal which was inherited from cmdline. This
doesn't work anymore as we have pseudo terminals implemented that can
chage the current terminal during runtime :D
2024-11-17 22:38:52 +02:00
..
FramebufferTerminal.cpp Kernel: Implement fast scrolling for TTY 2024-06-28 23:15:03 +03:00
PseudoTerminal.cpp Kernel: Fix pseudo terminal leaks 2024-11-04 15:35:07 +02:00
Serial.cpp Kernel/Shell: Fix backspace and delete key byte sequences 2024-10-04 04:14:47 +03:00
TTY.cpp Kernel/init: /dev/tty is now custom symlink to controlling terminal 2024-11-17 22:38:52 +02:00
VirtualTTY.cpp Kernel: Implement ANSI SGR 7 to invert colors 2024-09-26 15:08:11 +03:00