diff --git a/org/channel-tui-state.org b/org/channel-tui-state.org index b13cbc7..8a2e436 100644 --- a/org/channel-tui-state.org +++ b/org/channel-tui-state.org @@ -346,10 +346,10 @@ Adds any missing keys with defaults to handle saved themes from older versions." (cl-tty.input:text-input-value (st :text-input))) (defun input-insert-char (ch) - (cl-tty.input::text-input-insert (st :text-input) ch)) + (cl-tty.input:text-input-insert (st :text-input) ch)) (defun input-delete-char () - (cl-tty.input::text-input-backspace (st :text-input))) + (cl-tty.input:text-input-backspace (st :text-input))) (defun add-msg (role content &key gate-trace panel) (vector-push-extend (list :role role :content content :time (now) :gate-trace gate-trace :panel panel) (st :messages))