ladybird/Kernel/TTY
Daniel Bertalan 5f6030b13c Kernel+LibC: Default to 8-bit characters in TTY
Some ports (like `bc` with history enabled) sensibly set the termios
character size to 8 bits.

Previously, we left the character size value (given by the bitmask
CSIZE) as zero by default (meaning 5 bits per character), and returned
ENOTIMPL whenever someone modified it. This was dumb.
2021-10-25 21:42:26 +02:00
..
ConsoleManagement.cpp Kernel/Devices: Use try_create_device helper for ConsoleDevice 2021-09-17 01:02:48 +03:00
ConsoleManagement.h Kernel: Make all Spinlocks use u8 for storage, remove template 2021-09-05 20:46:02 +02:00
MasterPTY.cpp Kernel/Devices: Defer creation of SysFS component after the constructor 2021-09-11 11:41:14 +02:00
MasterPTY.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00
PTYMultiplexer.cpp Kernel/Devices: Defer creation of SysFS component after the constructor 2021-09-11 11:41:14 +02:00
PTYMultiplexer.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00
SlavePTY.cpp Kernel/Devices: Defer creation of SysFS component after the constructor 2021-09-11 11:41:14 +02:00
SlavePTY.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00
TTY.cpp Kernel+LibC: Default to 8-bit characters in TTY 2021-10-25 21:42:26 +02:00
TTY.h Kernel/Devices: Remove required_mode and device_name methods 2021-09-08 00:42:20 +02:00
VirtualConsole.cpp Kernel: Remove IO.h include from a bunch of places 2021-10-01 12:27:20 +02:00
VirtualConsole.h Kernel: Use operator ""sv in all class_name() implementations 2021-10-03 13:36:10 +02:00