fix: remove stty -echo line, sync tangle

This commit is contained in:
2026-05-14 14:42:22 -04:00
parent a609232589
commit 4006a62e53

View File

@@ -910,7 +910,7 @@ Event handlers + daemon I/O + main loop.
;; breaks read on fd 0 in this SBCL environment, but -echo alone
;; works. A cat subprocess inherits the terminal and provides
;; bytes through a pipe that SBCL reads reliably.
(uiop:run-program '("stty" "-echo") :output nil :ignore-error-status t)
;; A cat subprocess reads keyboard input from the terminal.
(let* ((cat-proc (uiop:launch-program '("stdbuf" "-o0" "cat")
:output :stream
:input :interactive