mirror of https://codeberg.org/cage/tinmop/
- forced opening of TOC window when loading a net address as instructed from the command line (i.e. using the '-o' switch).
This commit is contained in:
parent
9e62a10995
commit
283930efef
|
@ -169,7 +169,9 @@ etc.) happened"
|
|||
command-line:*module-file*)
|
||||
:as-error t))))
|
||||
(if command-line:*net-address*
|
||||
(ui:open-net-address command-line:*net-address*)
|
||||
(progn
|
||||
(gemini-page-toc:open-toc-window specials:*message-window*)
|
||||
(ui:open-net-address command-line:*net-address*))
|
||||
(progn
|
||||
(let ((program-events:*process-events-immediately* t))
|
||||
(when command-line:*start-timeline*
|
||||
|
|
Loading…
Reference in New Issue