1
0
Fork 0

- ensured windows are cleared when terminal is resized.

This commit is contained in:
cage 2021-06-17 15:47:53 +02:00
parent 204f32cff7
commit c8d1e6aa2b
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ height, position and so on)"
(defun draw-all ()
(do-stack-element (window *window-stack*)
(when (win-visible-p window)
(win-clear window)
(draw window))))
(defun refresh-config-all ()