Skip to content

Commit

Permalink
Update tui.lisp
Browse files Browse the repository at this point in the history
  • Loading branch information
vygr committed Oct 13, 2023
1 parent 7effac9 commit 06ab4df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/tui/tui.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,4 @@
(setq cmd :nil)
(print (const (cat (ascii-char 10) ">"))))
(:t ;string from pipe
(print data)
(stream-flush (io-stream "stdout"))))))
(print data)))))

0 comments on commit 06ab4df

Please sign in to comment.