Compare commits

...

27 Commits

Author SHA1 Message Date
3b6bf53829 bump cl-tty → v1.0.0 (library consolidation), passepartout → v0.8.0 (read-event, text-input)
cl-tty changes:
- merged select → dialog (eliminate package)
- merged mouse → input (eliminate package)
- merged scrollbox+tabbar from container → box (eliminate package)
- extracted theme from box → cl-tty.theme (clean boundary)
- added word-wrap to text-input.render (multi-line input)
- added char-width, search-highlight as exported functions
- exported all text-input manipulation functions

passepartout changes:
- replaced inline read-raw-byte reader with cl-tty.input:read-event
- integrated cl-tty text-input widget for buffer management
- uses cl-tty.box:char-width, cl-tty.markdown:search-highlight
2026-05-18 16:52:14 -04:00
5c2a928522 bump cl-tty → simple backend ANSI support, passepartout → v0.8.0 TUI stabilization
cl-tty: simple backend now supports cursor positioning, ANSI colors,
bold, and background fills (previously all no-ops).

passepartout: Emacs-style reverse-video cursor, command palette
reverse-video highlight, hint bar with F:focus/MCP:/token gauge,
sidebar with gate trace/rules+blocks/cost/files, roadmap
consolidated — all TUI work is v0.8.0, eval harness moved to v0.9.0.
2026-05-17 15:37:47 -04:00
cfb1fb01d2 bump passepartout: fix Reader error nil loop, Swank *standard-output* redirect 2026-05-15 16:12:44 -04:00
f32acc54a1 bump passepartout: fix nil in CSI detection, Swank *standard-output* redirect 2026-05-15 16:10:11 -04:00
18a73b4fe0 bump passepartout: direct read-raw-byte reader, working arrow keys 2026-05-15 15:23:13 -04:00
36275b0307 bump cl-tty: CSI timeout fixes, select-next category fix 2026-05-15 13:43:42 -04:00
81c558dcdf bump cl-tty: fix unix-simple-poll return value check 2026-05-15 13:10:02 -04:00
15a5aaba8c bump passepartout: use cl-tty.input:read-event for keyboard 2026-05-15 13:09:18 -04:00
0705804fc6 bump cl-tty: fix CSI parsing and read-raw-byte timeout 2026-05-15 13:09:09 -04:00
104164048c bump passepartout: Swank stderr fix, CSI progn wrapper 2026-05-15 12:40:08 -04:00
34a95373a9 bump passepartout: fix loop close, daemon auto-connect 2026-05-15 12:08:41 -04:00
41d52d94d0 bump passepartout: fix terminal restore with trap 2026-05-15 11:43:29 -04:00
f0fe2d8ed8 bump passepartout: fix runtime crash, listen-based polling 2026-05-15 11:36:47 -04:00
71398e93eb bump passepartout: fix disconnect-daemon close paren, TUI compiles 2026-05-15 11:27:58 -04:00
3cce601aa8 bump passepartout: daemon port conflict handling, multi-port TUI connect 2026-05-15 10:56:17 -04:00
3e0163c2c7 bump passepartout: CSI escape detection, paren balance fix 2026-05-15 09:43:09 -04:00
81243704ea bump passepartout: revert to blocking connect-daemon (reliable) 2026-05-15 09:22:05 -04:00
79bc3fb94d bump submodules: cl-tty (backend-size multi-value fix) and passepartout (multi-value backend-size, minibuffer polish, warning fixes) 2026-05-15 08:51:25 -04:00
d42882446f bump passepartout: fix input (direct stdin reads), fix parens 2026-05-15 08:33:30 -04:00
b2c3a82bf4 bump passepartout: fix cat buffering, dialog filter int-chars, remove double render 2026-05-14 20:29:55 -04:00
162d489556 bump submodules: passepartout (flicker fix, minibuffer, colors) and cl-tty (remove per-call flush) 2026-05-14 19:36:33 -04:00
dd6f9bd23e bump submodules: passepartout (clean exit, terminal restore, compiler warnings) and cl-tty (sync .org docs with backend-size/input/SIGWINCH) 2026-05-14 16:26:14 -04:00
51d833a64a bump passepartout: v0.9.0 Warm TUI Redesign fixes 2026-05-13 19:49:50 -04:00
902196ba0b bump passepartout: fix draw-rect framebuffer crash 2026-05-13 19:20:04 -04:00
ab2dc009a6 bump passepartout → v0.9.0 2026-05-13 19:13:30 -04:00
bde09f7ea8 bump passepartout: fix all 21 TUI test failures 2026-05-13 18:08:35 -04:00
e28af77f18 bump passepartout → v0.8.0 2026-05-13 17:58:02 -04:00
2 changed files with 2 additions and 2 deletions