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