mirror of
https://git.sr.ht/~sircmpwn/gmni
synced 2024-11-23 04:51:59 +01:00
Further improvement to quote display
This commit is contained in:
parent
60496bae0c
commit
0b5c37d2e6
@ -493,7 +493,7 @@ repeat:
|
||||
}
|
||||
break;
|
||||
case GEMINI_QUOTE:
|
||||
col += fprintf(out, "%s ",
|
||||
col += fprintf(out, " %s ",
|
||||
browser->unicode ? "┃" : ">");
|
||||
if (text == NULL) {
|
||||
text = trim_ws(tok.quote_text);
|
||||
|
Loading…
Reference in New Issue
Block a user