fix: add word-wrap function, complete TUI migration
- Add missing word-wrap function (was declared in contract but never defined) - TUI now renders correctly: draw-text on framebuffer arrays works - Daemon connection verified - All three view functions (status, chat, input) call draw-text correctly
This commit is contained in:
@@ -402,7 +402,7 @@ case "$COMMAND" in
|
||||
:direction :output :if-exists :supersede :if-does-not-exist :create)
|
||||
(format f "CRASH: ~a~%~%" c) (sb-debug:print-backtrace :count 50 :stream f) (finish-output f)))
|
||||
(format t "~%=== TUI CRASH ===~%CRASH: ~a~%" c)
|
||||
(format t "Full backtrace saved to ~/.cache/passepartout/tui-crash.log~%")
|
||||
(format t "Full backtrace saved to ~~/.cache/passepartout/tui-crash.log~%")
|
||||
(sleep 3) (finish-output) (uiop:quit 1))))
|
||||
(passepartout.channel-tui:tui-main))
|
||||
LISPEOF
|
||||
|
||||
Reference in New Issue
Block a user