v0.8.1: deduplication cleanup — remove duplicate defpackage/defvar blocks from programming-tools, duplicate plist-keywords-normalize from programming-lisp, duplicate *VAULT-MEMORY* from security-vault; TUI defensive fixes — add word-wrap function, wrap on-key in ignore-errors; daemon startup hardening — optional skill loads with handler-case
This commit is contained in:
@@ -1300,7 +1300,7 @@ if the user reopens it within the same session. State is per-session only
|
||||
(recreate-windows (or (width scr) 80) (or (height scr) 24))
|
||||
(redraw sw cw ch iw)
|
||||
(refresh scr))
|
||||
(t (on-key ch))))
|
||||
(t (ignore-errors (on-key ch)))))
|
||||
(redraw sw cw ch iw)
|
||||
(when sidebar-w
|
||||
(view-sidebar sidebar-w)
|
||||
|
||||
Reference in New Issue
Block a user