v0.8.0: remove position-cursor from dirty-guarded redraw (runs every frame from main loop already)
This commit is contained in:
@@ -352,7 +352,6 @@ Returns a list of strings, one per line."
|
|||||||
(when (sidebar-visible-p w)
|
(when (sidebar-visible-p w)
|
||||||
(view-sidebar fb w h))
|
(view-sidebar fb w h))
|
||||||
(cl-tty.backend:end-sync fb)
|
(cl-tty.backend:end-sync fb)
|
||||||
(position-cursor fb w h)
|
|
||||||
(setf (st :dirty) (list nil nil nil))))
|
(setf (st :dirty) (list nil nil nil))))
|
||||||
|
|
||||||
(defun position-cursor (fb w h)
|
(defun position-cursor (fb w h)
|
||||||
|
|||||||
Reference in New Issue
Block a user