ladybird/Kernel/TTY
Gunnar Beutner 71f90695c2 Kernel: Implement support for PTY flags ICRNL, OPOST and ONLCR
These are used by OpenSSH. Without those flags new-lines are
all jumbled in the output.
2021-04-30 23:10:22 +02:00
..
MasterPTY.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
MasterPTY.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PTYMultiplexer.cpp Kernel: Remove the now defunct LOCKER(..) macro. 2021-04-25 09:38:27 +02:00
PTYMultiplexer.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SlavePTY.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SlavePTY.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
TTY.cpp Kernel: Implement support for PTY flags ICRNL, OPOST and ONLCR 2021-04-30 23:10:22 +02:00
TTY.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
VirtualConsole.cpp Everywhere: Add missing comma between copyright year and name 2021-04-29 00:59:26 +02:00
VirtualConsole.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00