diff --git a/org/channel-tui-main.org b/org/channel-tui-main.org index e374d1f..9b5b001 100644 --- a/org/channel-tui-main.org +++ b/org/channel-tui-main.org @@ -1093,11 +1093,9 @@ Returns T on success, nil on failure. Does NOT wait or retry." (format nil "> ~a" (or filter "")) (theme-color :input-prompt) bg-p)) (cl-tty.backend:end-sync be)) - (sleep 0.1) - ;; Show terminal cursor at input position every frame - (unless cl-tty.dialog:*dialog-stack* - (passepartout.channel-tui:position-cursor be w h)))) - (progn (disconnect-daemon))))) + (sleep 0.1)) + (position-cursor be w h)) + (progn (disconnect-daemon))))) #+END_SRC * Test Suite diff --git a/org/channel-tui-view.org b/org/channel-tui-view.org index 97548c7..56adb83 100644 --- a/org/channel-tui-view.org +++ b/org/channel-tui-view.org @@ -339,7 +339,6 @@ and current sidebar mode (:auto/:visible/:hidden)." (when (sidebar-visible-p w) (view-sidebar fb w h)) (cl-tty.backend:end-sync fb) - (position-cursor fb w h) (setf (st :dirty) (list nil nil nil)))) (defun position-cursor (fb w h)