From 3b6bf53829350d044834891edb634683b53c237f Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Mon, 18 May 2026 16:52:14 -0400 Subject: [PATCH] =?UTF-8?q?bump=20cl-tty=20=E2=86=92=20v1.0.0=20(library?= =?UTF-8?q?=20consolidation),=20passepartout=20=E2=86=92=20v0.8.0=20(read-?= =?UTF-8?q?event,=20text-input)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- projects/cl-tty | 2 +- projects/passepartout | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/cl-tty b/projects/cl-tty index e3415ce..4c3f5fe 160000 --- a/projects/cl-tty +++ b/projects/cl-tty @@ -1 +1 @@ -Subproject commit e3415cee73f368184eb1e9d940f0e4a7defbdcb9 +Subproject commit 4c3f5fe65a671381fc0d568d92de3a75e150bca3 diff --git a/projects/passepartout b/projects/passepartout index e04b12c..f783b45 160000 --- a/projects/passepartout +++ b/projects/passepartout @@ -1 +1 @@ -Subproject commit e04b12c31c6380c39c495dcad8d345d4a38ff35e +Subproject commit f783b45ac783d83e9268da20c8752672dcbe419c