w3m

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

commit 1093ada8a4c70b4c6d9693526eb927eff3f8b889
parent 2f1bdadb44fd55013fcfef77aff00571c2e16dfa
Author: ukai <ukai>
Date:   Fri, 24 Jan 2003 17:37:16 +0000

fix indent

Diffstat:
Mfile.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/file.c b/file.c @@ -7193,7 +7193,7 @@ Line * getNextPage(Buffer *buf, int plen) { Line *volatile top = buf->topLine, *volatile last = buf->lastLine, - *volatile cur = buf->currentLine; + *volatile cur = buf->currentLine; int i; int volatile nlines = 0; clen_t linelen = 0, trbyte = buf->trbyte; @@ -7231,7 +7231,7 @@ getNextPage(Buffer *buf, int plen) } prevtrap = signal(SIGINT, KeyAbort); if (fmInitialized) - term_cbreak(); + term_cbreak(); init_stream(&uf, SCM_UNKNOWN, NULL); for (i = 0; i < plen; i++) {