Files
RedBear-OS/drivers/graphics
Red Bear OS 8b605179eb fbcond: translate CR to LF on keyboard input
The keyboard input path pushed the raw character bytes, so the Enter key
(a bare CR on the keymap) never produced an LF. Line-oriented readers on
the console (e.g. a shell's read_line) then never saw a completed line and
appeared to hang. Convert CR->LF here, matching the serial input path
(push_input_bytes).
2026-07-18 12:02:45 +09:00
..