- Remove dead croatoan-to-tty-event keymap dispatch clause from on-key - Replace all (st :key) with (getf *state* :key) and all (setf (st :key) val) with (setf (getf *state* :key) val) to avoid SBCL cross-file SETF expander issues (239 replacements) - Fix redraw arity: called with 4 args but defined with 3 - TUI now loads, initializes, and connects to daemon successfully
18 KiB
18 KiB