serenity/Kernel/TTY
Andreas Kling 05252cfd3a TTY: Don't flush input on every character
Oops, we had a little mistake here. We were flushing whenever !NOFLSH,
not just when generating a signal.

This broke arrow keys in the terminal (you would only get A/B/C/D when
pressing arrow keys, instead of the full escape sequence.)
2019-11-02 10:08:12 +01:00
..
MasterPTY.cpp TTY: MasterPTY should fail to ioctl() if slave is gone 2019-10-24 21:03:49 +02:00
MasterPTY.h Kernel: Customize absolute_path() for more file types 2019-08-11 16:30:43 +02:00
PTYMultiplexer.cpp FileDescription: Disallow construction with a null File 2019-08-11 09:33:31 +02:00
PTYMultiplexer.h AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
SlavePTY.cpp TTY: Implement Canonical mode and basic echoing. 2019-10-20 10:51:12 +02:00
SlavePTY.h TTY: Implement Canonical mode and basic echoing. 2019-10-20 10:51:12 +02:00
TTY.cpp TTY: Don't flush input on every character 2019-11-02 10:08:12 +01:00
TTY.h TTY: Flush input on signal character. 2019-11-01 16:08:51 +01:00
VirtualConsole.cpp TTY: Properly implement echo in VirtualConsole. 2019-10-30 14:35:39 +01:00
VirtualConsole.h TTY: Properly implement echo in VirtualConsole. 2019-10-30 14:35:39 +01:00