Files
ladybird/Kernel
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
..
2021-10-13 16:10:50 +02:00
2021-10-15 21:48:45 +01:00
2021-09-08 00:42:20 +02:00
2021-10-17 17:09:58 +01:00
2021-10-14 01:23:08 +01:00