summaryrefslogtreecommitdiff
path: root/src/ui/linkinfo.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2022-02-09 10:42:23 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2022-02-09 10:42:23 +0200
commit0585c687a38f0d177ec4db48567ea08326094111 (patch)
treeba1feafdda3a1258f7baa18edbe7eeaf97ff5bd8 /src/ui/linkinfo.c
parent59363d3e230a0e9702e31936309473fb576ecec5 (diff)
parent4ae755de3ff4a37763aacc22ea119edab2099e84 (diff)
Merge branch 'dev' into work/v1.11
# Conflicts: # res/lang/eo.bin # res/lang/ie.bin
Diffstat (limited to 'src/ui/linkinfo.c')
-rw-r--r--src/ui/linkinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/linkinfo.c b/src/ui/linkinfo.c
index 8974a486..72d76678 100644
--- a/src/ui/linkinfo.c
+++ b/src/ui/linkinfo.c
@@ -101,7 +101,7 @@ void infoText_LinkInfo(const iGmDocument *doc, iGmLinkId linkId, iString *text_o
101 } 101 }
102 else if (scheme != gemini_GmLinkScheme) { 102 else if (scheme != gemini_GmLinkScheme) {
103 appendCStr_String(text_out, scheme == file_GmLinkScheme ? "" : globe_Icon " "); 103 appendCStr_String(text_out, scheme == file_GmLinkScheme ? "" : globe_Icon " ");
104 append_String(text_out, url); 104 appendCStrN_String(text_out, cstr_String(url), iMin(500, size_String(url)));
105 } 105 }
106 else { 106 else {
107 appendCStr_String(text_out, "\x1b[1m"); 107 appendCStr_String(text_out, "\x1b[1m");