mirror of
https://codeberg.org/cage/tinmop/
synced 2025-02-01 04:26:47 +01:00
- ensured windows are cleared when terminal is resized.
This commit is contained in:
parent
204f32cff7
commit
c8d1e6aa2b
@ -321,6 +321,7 @@ height, position and so on)"
|
|||||||
(defun draw-all ()
|
(defun draw-all ()
|
||||||
(do-stack-element (window *window-stack*)
|
(do-stack-element (window *window-stack*)
|
||||||
(when (win-visible-p window)
|
(when (win-visible-p window)
|
||||||
|
(win-clear window)
|
||||||
(draw window))))
|
(draw window))))
|
||||||
|
|
||||||
(defun refresh-config-all ()
|
(defun refresh-config-all ()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user