We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ff920 commit bb4f7b7Copy full SHA for bb4f7b7
source/status.lisp
@@ -293,7 +293,9 @@ By default, renders a hourglass when loading a URL."
293
(url (url buffer))
294
(domain (quri:uri-domain url))
295
(tab-display-text (if (internal-url-p url)
296
- (quri:render-uri url)
+ (format nil "~a:~a"
297
+ (quri:uri-scheme url)
298
+ (quri:uri-path url))
299
domain)))
300
(:span
301
:class (if (eq current-buffer buffer)
0 commit comments