cgmnlm

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

commit c0c891f87b101db98c589da9a60e4a39bf048f0d
parent 84da4b3f2b95bead2c1609eb572a2369576eae77
Author: René Wagner <rwagner@rw-net.de>
Date:   Wed, 23 Dec 2020 17:04:46 +0100

add 2 empty lines on top for better readability

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

diff --git a/src/gmnlm.c b/src/gmnlm.c @@ -767,6 +767,7 @@ display_gemini(struct browser *browser, struct gemini_response *resp) out = fopen("/dev/null", "w+"); } + fprintf(out, "\n\n"); char *text = NULL; int row = 0, col = 0; struct gemini_token tok;