We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a46bee commit a6b4daeCopy full SHA for a6b4dae
line-reminder.el
@@ -766,10 +766,11 @@ and END."
766
`(,sign . ,(line-reminder--thumb-create-ov face))))))
767
line-reminder--line-status)))))))
768
769
-(defun line-reminder--thumb-size-change (&optional frame &rest _)
+(defun line-reminder--thumb-size-change (&optional _frame &rest _)
770
"Render thumbnail for all visible windows in FRAME."
771
(line-reminder--with-no-redisplay
772
- (dolist (win (window-list frame)) (line-reminder--thumb-render-window win))))
+ (dolist (win (get-buffer-window-list))
773
+ (line-reminder--thumb-render-window win))))
774
775
(defun line-reminder--thumb-scroll (&optional window &rest _)
776
"Render thumbnail on WINDOW."
0 commit comments