From 023ff2f897db9107334bac86041f40d0b4f45b07 Mon Sep 17 00:00:00 2001 From: Gene Pasquet Date: Tue, 25 Aug 2026 17:37:02 +0100 Subject: Force redraw --- cursor-breathe-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cursor-breathe-mode.el b/cursor-breathe-mode.el index 05fe98f..f771a5e 100644 --- a/cursor-breathe-mode.el +++ b/cursor-breathe-mode.el @@ -74,7 +74,8 @@ (setq curbreathe/current-size new-value) (let ((shape (cons curbreathe/cursor-type new-value))) (setq-default cursor-type shape) - (curbreathe/update-all-cursors shape)))) + (curbreathe/update-all-cursors shape) + (force-window-update)))) (provide 'cursor-breathe-mode) ;;; cursor-breathe-mode.el ends here -- cgit v1.2.3