diff --git a/org/channel-tui-view.org b/org/channel-tui-view.org index 3ded16a..97daf45 100644 --- a/org/channel-tui-view.org +++ b/org/channel-tui-view.org @@ -213,9 +213,9 @@ Returns a list of strings, one per line." (pos (or (st :cursor-pos) 0)) (display-start (max 0 (- pos (1- w)))) (visible (subseq text display-start (min (length text) (+ display-start w))))) - (cl-tty.backend:draw-text fb 0 (- h 3) (format nil "> ~a" visible) (theme-color :input-fg) nil) (cl-tty.backend:draw-text fb 0 (- h 2) (format nil " Ctrl+P palette | Up/Dn history | Tab complete") - (theme-color :hint) nil))) + (theme-color :hint) nil) + (cl-tty.backend:draw-text fb 0 (- h 3) (format nil "> ~a" visible) (theme-color :input-fg) nil))) #+end_src ** Sidebar