mirror of https://codeberg.org/cage/tinmop/
- [gopher] added notification of any error signaled when making a gopher request.
This commit is contained in:
parent
ad14de7e41
commit
2bbf092975
|
@ -228,6 +228,7 @@
|
||||||
port
|
port
|
||||||
type
|
type
|
||||||
selector)))
|
selector)))
|
||||||
|
(with-notify-errors
|
||||||
(cond
|
(cond
|
||||||
((gopher-parser::%line-type-dir-p type)
|
((gopher-parser::%line-type-dir-p type)
|
||||||
(gemini-viewer:push-url-to-history message-win link)
|
(gemini-viewer:push-url-to-history message-win link)
|
||||||
|
@ -272,7 +273,7 @@
|
||||||
(write-sequence buffer stream)))
|
(write-sequence buffer stream)))
|
||||||
(finish-output stream)
|
(finish-output stream)
|
||||||
(os-utils:open-resource-with-external-program filesystem-utils:temp-file
|
(os-utils:open-resource-with-external-program filesystem-utils:temp-file
|
||||||
nil)))))))
|
nil))))))))
|
||||||
|
|
||||||
(defun open-menu-link ()
|
(defun open-menu-link ()
|
||||||
(a:when-let* ((win *gopher-window*)
|
(a:when-let* ((win *gopher-window*)
|
||||||
|
|
Loading…
Reference in New Issue