banan-os/userspace/libraries/LibInput
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
..
include/LibInput LibInput: Fix numpad keycode generation 2025-08-19 16:23:30 +03:00
CMakeLists.txt BuildSystem: Cleanup cmake files 2024-09-05 12:52:25 +03:00
KeyEvent.cpp Kernel: Fix termios and enter key handling 2025-08-19 16:23:30 +03:00
KeyboardLayout.cpp Kernel/LibC: Implement chroot 2025-08-11 14:07:37 +03:00