v0.8.0: remove position-cursor from dirty-guarded redraw (runs every frame from main loop already)

This commit is contained in:
2026-05-18 15:35:10 -04:00
parent 5c4edb3d98
commit 126e104854

View File

@@ -352,7 +352,6 @@ Returns a list of strings, one per line."
(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)