mirror of
https://codeberg.org/cage/tinmop/
synced 2025-01-05 01:26:59 +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*)))
|
:window *message-window*)))
|
||||||
(push-event new-title-event)
|
(push-event new-title-event)
|
||||||
(with-enqueued-process ()
|
(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*)
|
(setf (windows:keybindings specials:*message-window*)
|
||||||
keybindings:*message-keymap*)
|
keybindings:*message-keymap*)
|
||||||
(thread-window:open-message *thread-window*))))
|
(thread-window:open-message *thread-window*))))
|
||||||
|
Loading…
Reference in New Issue
Block a user