diff --git a/org/channel-tui-view.org b/org/channel-tui-view.org index cede7ab..e5d96ee 100644 --- a/org/channel-tui-view.org +++ b/org/channel-tui-view.org @@ -251,7 +251,7 @@ and current sidebar mode (:auto/:visible/:hidden)." (ctx-x (- hint-x 1 (length ctx-str)))) (cl-tty.backend:draw-text fb hpad (- h 2) left-str hint-fg (theme-color :bg)) (cl-tty.backend:draw-text fb ctx-x (- h 2) ctx-str ctx-fg (theme-color :bg)) - (cl-tty.backend:draw-text fb hint-x (- h 2) hint-str hint-fg (theme-color :bg)))))) + (cl-tty.backend:draw-text fb hint-x (- h 2) hint-str hint-fg (theme-color :bg))))) #+end_src ** Sidebar