v0.8.0: add startup banner before entering alternate screen

Prints ';; Passepartout TUI starting...' before entering alternate screen,
so even if ANSI rendering fails, the user sees something.
This commit is contained in:
2026-05-18 14:05:24 -04:00
parent 20cfe2a75b
commit 53ca5af17e

View File

@@ -880,6 +880,8 @@ Returns T on success, nil on failure. Does NOT wait or retry."
(defvar *tty-in* nil "Stream from cat subprocess stdout (unused — direct stdin reads)") (defvar *tty-in* nil "Stream from cat subprocess stdout (unused — direct stdin reads)")
(defun tui-main () (defun tui-main ()
(format t "~&;; Passepartout TUI starting...~%")
(finish-output)
(init-state) (init-state)
(load-history) (load-history)
(theme-load) (theme-load)