cgmnlm

colorful gemini line mode browser
git clone https://git.clttr.info/cgmnlm.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 0b5c37d2e65a46fe8e4a49c2f00cb6228fad59e3
parent 60496bae0cbda1162ae00bc6f6f4047ba9c7d86f
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 27 Sep 2020 13:32:55 -0400

Further improvement to quote display

Diffstat:
Msrc/gmnlm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gmnlm.c b/src/gmnlm.c @@ -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);