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:
parent
efed58ac04
commit
efed27fc64
@ -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*))))
|
||||
|
Loading…
Reference in New Issue
Block a user