w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 1176bc1df09f0f5bf42bc3e84495380927c9cbcc
parent 06c890d7a840077a1bf88b82d8c806dfd635b29e
Author: ukai <ukai>
Date:   Thu, 21 Nov 2002 17:12:18 +0000

fix indent

Diffstat:
Mmain.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main.c b/main.c @@ -207,7 +207,8 @@ fusage(FILE * f, int err) #ifdef USE_COLOR fprintf(f, " -M monochrome display\n"); #endif /* USE_COLOR */ - fprintf(f, " -N open URL of command line on each new tab\n"); + fprintf(f, + " -N open URL of command line on each new tab\n"); fprintf(f, " -F automatically render frame\n"); fprintf(f, " -cols width specify column width (used with -dump)\n");