w3m

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

commit d99ad7a98267ebba763898d9fb6b5ab4581bc281
parent 97bae32decb08b42760838770f30dc963a16275d
Author: ukai <ukai>
Date:   Thu, 21 Nov 2002 16:32:29 +0000

fix indent

Diffstat:
Mdisplay.c | 2+-
Mfunc.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/display.c b/display.c @@ -449,7 +449,7 @@ redrawNLine(Buffer *buf, int n) TabBuffer *t; int nx = nTabLine(), col = COLS - 2, x, l; - i = 0; + i = 0; move(0, 0); if (mouse_menu) { addstr(mouse_menu); diff --git a/func.c b/func.c @@ -356,7 +356,7 @@ initMouseMenu(void) mouse_menu = Strnew_charp(s)->ptr; continue; } - if (strcmp(s, "button")) + if (strcmp(s, "button")) continue; /* error */ s = getWord(&p); b = atoi(s);