Fumitoshi UKAI 61c2c2de18 [w3m-dev 03667] fold patch
* anchor.c (reAnchorPos): rewrite
	(reAnchorWord): delete reseq_anchor()
	(reAnchorAny): use l->size
			delete reseq_anchor()
* backend.c (internal_get): pass TRUE to saveBuffer
* buffer.c (newBuffer): delete n->linelen
	(reshapeBuffer): rewrite
* display.c (displayBuffer): FoldLine
	(redrawLine): l->bpos
	(cursorUp0): added
	(cursorUp): rewrite
	(cursorDown0): added
	(cursowDown): rewrite
	(cursorRight): check l->next
			l->bwidth
	(cursorLeft): l->prev && l->bpos
			l->bwidth
	(arrangeCursor): buf->currentLine->bwidth
		buf->cursorX
* etc.c (checkType): **oporp
			rewrite
	(calcPosition): realColumn allocated by New_reuse
* file.c (addnewline): add nlines arg
	(propBuffer): deleted
	(colorBuffer): deleted
	(readHeader): propBuffer
		FOLD_BUFFER_WIDTH
	(HTMLlineproc2body): rewrite
	(addnewline2): added
	(addnewline): rewrite
	(loadBuffer): propBuffer, colorBuffer
	(saveBuffer): cont arg
	(getNextPage): rewrite
* fm.h (LINELEN): 256
	(FNLEN): deleted
	(Line): add size, bpos, bwidth
	(Buffer): delete linelen
	(INIT_BUFFER_WIDTH): check showLineNum
	(FOLD_BUFFER_WIDTH): added
	(FoldLine): added
* funcname.tab (RESHAPE): added
* main.c (do_dump): pass FALSE to saveBuffer
	(nscroll): rewrite
	(clear_mark): l->size
	(shiftvisualpos): rewrite
	(pipeBuf): pass TRUE to saveBuffer
	(linebeg): check line->prev && line->bpos
	(linend): check line->next, line->next->bpos
	(editScr): pass TRUE to saveBuffer
	(svBuf): pass TRUE to saveBuffer
	(vmSrc): pass TRUE to saveBuffer
	(reshape): added
	(curlno): rewrite
* mimehead.c (LINELEN): deleted
* proto.h (reshape): added
	(saveBuffer): add cont arg
	(cursorUp0): added
	(cursorDown0): added
	(checkType): change type oprop, ocolor, delete check_color, len
* rc.c (CMT_FOLD_LINE): added
	(params1): add fold_line
	(sync_with_option): check PagerMax
* search.c (set_mark): l->size
	(forwardSearch): rewrite
	(backwardSearch): rewrite
* doc/README.func (RESHAPE): added
* doc-jp/README.func (RESHAPE): added
* scripts/w3mhelp.cgi.in (Buffer operation): add reshape
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
2003-01-23 18:37:18 +00:00
2003-01-15 15:51:29 +00:00
2003-01-23 18:37:18 +00:00
2003-01-23 18:37:18 +00:00
2002-11-18 17:32:16 +00:00
2003-01-23 18:37:18 +00:00
2002-11-18 17:32:16 +00:00
2003-01-23 18:37:18 +00:00
2003-01-23 18:37:18 +00:00
2003-01-23 18:37:18 +00:00
2003-01-23 18:37:18 +00:00
2002-12-12 23:55:30 +00:00
2003-01-23 18:37:18 +00:00
2003-01-23 18:37:18 +00:00
2003-01-23 18:37:18 +00:00
2003-01-23 18:37:18 +00:00
2003-01-20 15:22:54 +00:00
2003-01-20 15:30:18 +00:00
2002-12-04 17:15:35 +00:00
2002-12-03 16:01:14 +00:00
2003-01-23 18:37:18 +00:00
2002-12-05 16:34:33 +00:00
2003-01-22 16:10:27 +00:00
2003-01-17 17:06:57 +00:00
2002-12-13 03:02:03 +00:00
2003-01-22 16:10:27 +00:00
2003-01-23 18:37:18 +00:00
2002-12-24 17:20:45 +00:00
2003-01-23 18:37:18 +00:00
2002-12-24 17:20:45 +00:00
2002-12-24 17:20:45 +00:00
2003-01-15 18:16:12 +00:00
2003-01-23 18:37:18 +00:00
2003-01-23 18:37:18 +00:00
2002-12-24 17:20:45 +00:00
2003-01-23 18:37:18 +00:00
2002-12-24 17:20:45 +00:00
2003-01-20 15:30:18 +00:00
2002-12-06 16:49:18 +00:00
2003-01-08 17:28:45 +00:00
2002-12-06 03:40:45 +00:00
2002-12-27 16:07:44 +00:00

If you can read English, see doc/*.
If you can read Japanese, see doc-jp/*.
If you can read both, read both and correct English. :-)
Description
A modernized fork of w3m with next and previous heading and form navigation.b
Readme 13 MiB
Languages
C 60.9%
HTML 13.4%
Roff 12.2%
JavaScript 5.6%
Perl 1.7%
Other 6.1%