banan-os/userspace/libraries
Bananymous 34bdcb12e5 Kernel: Fix termios and enter key handling
Enter key now produces expected \r which gets converted to \n by default
by the ICRNL input flag.

Also input flags are now handled always, not just when ICANON is set.
I don't know why I though ICANON should disable input handling
2025-08-19 16:23:30 +03:00
..
LibAudio LibAudio/AudioServer: Add support for playing real time audio 2025-08-07 16:43:05 +03:00
LibC LibC: Make time_t signed integer 2025-08-19 16:23:30 +03:00
LibDL userspace: Add dummy libdl 2025-08-07 02:50:24 +03:00
LibELF LibELF: Add definitions for ELF TLS values 2025-04-15 23:31:17 +03:00
LibFont Kernel/LibC: Implement chroot 2025-08-11 14:07:37 +03:00
LibGUI LibGUI/WindowServer: Rename mouse capture -> mouse relative 2025-08-05 03:09:24 +03:00
LibImage LibImage: Optimize image resizing algorithms 2025-07-18 18:20:37 +03:00
LibInput Kernel: Fix termios and enter key handling 2025-08-19 16:23:30 +03:00
LibMath userspace: Add empty libm and libpthread 2025-06-02 11:39:18 +03:00
LibPthread userspace: Add empty libm and libpthread 2025-06-02 11:39:18 +03:00
CMakeLists.txt userspace: Add dummy libdl 2025-08-07 02:50:24 +03:00