cgmnlm

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

commit 6d2f78eeded101ccd755b1b2be16105fe5af881d
parent a6e0326291eee1e1f8ee723ac1e8467ed0561e86
Author: René Wagner <rwagner@rw-net.de>
Date:   Thu,  7 Jan 2021 19:28:43 +0100

keep source names for easier downstreaming patches

Diffstat:
Mconfigure | 2+-
Rsrc/cgmnlm.c -> src/gmnlm.c | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure @@ -16,7 +16,7 @@ cgmnlm() { genrules cgmnlm \ src/client.c \ src/escape.c \ - src/cgmnlm.c \ + src/gmnlm.c \ src/parser.c \ src/tofu.c \ src/url.c \ diff --git a/src/cgmnlm.c b/src/gmnlm.c