serenity/Kernel/TTY
Andreas Kling 9c927538ad Kernel: ioctl(TCSETSF) on a TTY should flush input
This is where we end up when calling tcsetattr() with TCSAFLUSH.
This fixes vttest not accepting the first keystroke as input.
2020-05-09 12:30:51 +02:00
..
MasterPTY.cpp Kernel: Add explicit offset parameter to File::read etc 2020-04-10 11:59:30 +02:00
MasterPTY.h Kernel: Add explicit offset parameter to File::read etc 2020-04-10 11:59:30 +02:00
PTYMultiplexer.cpp PTYMultiplexer: Use dbg() instead of dbgprintf() 2020-02-27 13:05:12 +01:00
PTYMultiplexer.h Kernel: Add explicit offset parameter to File::read etc 2020-04-10 11:59:30 +02:00
SlavePTY.cpp Kernel: Add explicit offset parameter to File::read etc 2020-04-10 11:59:30 +02:00
SlavePTY.h Kernel: Add explicit offset parameter to File::read etc 2020-04-10 11:59:30 +02:00
TTY.cpp Kernel: ioctl(TCSETSF) on a TTY should flush input 2020-05-09 12:30:51 +02:00
TTY.h Kernel: Add explicit offset parameter to File::read etc 2020-04-10 11:59:30 +02:00
VirtualConsole.cpp VirtualConsole: Use dbg() instead of dbgprintf() 2020-02-27 13:05:12 +01:00
VirtualConsole.h TTY: Reset VGA start row when setting graphical TTY 2020-02-18 12:55:31 +01:00