Files
passepartout/org
Amr Gharbeia bd72175d5b fix: use cl-tty.input:read-event for keyboard input (proper CSI handling)
Replace the inline raw byte reader + CSI detection with
cl-tty.input:read-event which uses read-raw-byte (direct fd reads)
and properly parses CSI escape sequences, UTF-8, mouse events, etc.
Also fix: remove extra ) in (t nil) clause that was prematurely
closing the let* binding, causing the if form to receive 4 args.
2026-05-15 13:09:17 -04:00
..