Amr Gharbeia
1884372660
fix: use blocking read-char via listen for reliable input
...
read-char-no-hang on fd 0 streams never returns data because
sb-unix:unix-simple-poll on fd 0 returns NIL in this SBCL
environment. Switched to (listen tty) + (read-char tty) which
blocks until a key is pressed — correct interactive TUI behavior.
Also switched from (open "/dev/tty") to
(sb-sys:make-fd-stream 0 :input t :buffering :none) to directly
read from stdin.
2026-05-14 09:02:02 -04:00
..
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-14 09:02:02 -04:00
2026-05-13 19:13:20 -04:00
2026-05-13 19:49:45 -04:00
2026-05-13 18:08:29 -04:00
2026-05-13 09:17:48 -04:00
2026-05-07 20:14:51 -04:00
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-08 08:36:41 -04:00
2026-05-13 09:17:48 -04:00
2026-05-08 08:36:41 -04:00
2026-05-13 09:17:48 -04:00
2026-05-07 18:20:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-07 16:44:59 -04:00
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-02 22:25:24 -04:00
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00
2026-05-08 08:36:41 -04:00
2026-05-08 08:36:41 -04:00
2026-05-08 09:16:33 -04:00
2026-05-08 15:14:44 -04:00
2026-05-08 08:36:41 -04:00
2026-05-13 09:17:48 -04:00
2026-05-08 08:36:41 -04:00
2026-05-13 09:17:48 -04:00
2026-05-07 20:14:51 -04:00
2026-05-13 09:17:48 -04:00
2026-05-13 09:17:48 -04:00