Files
passepartout/lisp/gateway-tui-main.lisp
Amr Gharbeia 0b16c4829f
Some checks failed
Deploy (Gitea) / deploy (push) Failing after 3s
fix: set input-blocking nil on input window so agent responses render
Croatoan child windows don't inherit the screen's :input-blocking nil.
Without explicit (setf (input-blocking iw) nil), get-char blocks the
main loop indefinitely, preventing redraw from running. New agent
messages queued by the reader-loop thread were never rendered until
the user pressed a key.

Now the loop runs at 30fps and responses appear immediately.
2026-05-06 11:14:42 -04:00

18 KiB