Files
passepartout/org
Amr Gharbeia b2f5f1cf1a fix: add stty -icanon for character-at-a-time input
Without -icanon, the terminal driver buffers all input until Enter,
so Ctrl+P/B never arrive as individual key events. With -icanon,
cat reads bytes immediately and pipes them to SBCL. SBCL reads from
the pipe, not fd 0, so there's no fd 0 read block issue.
2026-05-14 15:12:21 -04:00
..