From ff7eb4d6e1947760a61244fa21db569bd645fdad Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Mon, 18 May 2026 15:58:53 -0400 Subject: [PATCH] v1.0.0: export text-input manipulation functions from cl-tty.input --- org/text-input.org | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/org/text-input.org b/org/text-input.org index 98d7433..b34b318 100644 --- a/org/text-input.org +++ b/org/text-input.org @@ -199,12 +199,16 @@ via ~sb-posix~ directly. #:*terminal-resized-p* ;; UTF-8 input support #:utf8-decode - ;; TextInput - #:text-input #:make-text-input - #:text-input-value #:text-input-cursor - #:text-input-placeholder #:text-input-max-length - #:text-input-on-submit #:text-input-layout-node - #:handle-text-input #:render-text-input + ;; TextInput + #:text-input #:make-text-input + #:text-input-value #:text-input-cursor + #:text-input-placeholder #:text-input-max-length + #:text-input-on-submit #:text-input-layout-node + #:text-input-insert #:text-input-backspace #:text-input-delete + #:text-input-move-left #:text-input-move-right + #:text-input-move-home #:text-input-move-end + #:text-input-delete-word-before + #:handle-text-input #:render-text-input ;; Textarea #:textarea #:make-textarea #:textarea-value #:textarea-cursor-row #:textarea-cursor-col