1
0
Fork 0

- rearrange TOC window on resize.

This commit is contained in:
cage 2021-06-17 15:45:43 +02:00
parent b5b1611a7e
commit 204f32cff7
1 changed files with 2 additions and 1 deletions

View File

@ -331,7 +331,8 @@ height, position and so on)"
(refresh-config *conversations-window*)
(refresh-config *command-window*)
(refresh-config *send-message-window*)
(refresh-config *chats-list-window*))
(refresh-config *chats-list-window*)
(refresh-config *gemini-toc-window*))
(defun cursor-show ()
(setf (cursor-visible-p (croatoan-window *main-window*)) t))