1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2024-12-11 22:35:20 +01:00

- rearrange TOC window on resize.

This commit is contained in:
cage 2021-06-17 15:45:43 +02:00
parent b5b1611a7e
commit 204f32cff7

View File

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