1
0
mirror of https://codeberg.org/cage/tinmop/ synced 2025-01-02 01:06:40 +01:00

- close (if exists) the gopher window before opening a post.

This commit is contained in:
cage 2024-10-13 12:58:45 +02:00
parent efed58ac04
commit efed27fc64

View File

@ -361,6 +361,8 @@ Metadata includes:
:window *message-window*)))
(push-event new-title-event)
(with-enqueued-process ()
(when (gopher-window:gopher-window-p specials:*gopher-window*)
(close-window-and-return-to-threads specials:*gopher-window*))
(setf (windows:keybindings specials:*message-window*)
keybindings:*message-keymap*)
(thread-window:open-message *thread-window*))))