- Description:
- w3m is a pager with WWW capability.
- Last Change:
- Clone URL:
ssh://anonymous@git.rkta.de/w3m
Commit Briefs
Fix potential null dereference to_str (oldstable, sr.ht/oldstable)
We either have a false positive from GCC 10 here or the comment is a lie. Needs -Wnull-derefence and -O3.
Update image docs
Add missing documentation on various display methods, flags. Also, merge README.sixel into README.img for reader convenience.
Update doc-jp/FAQ.html
* update contact information * remove old comment * update info about binary distribution
Revert "Fix segfault with dump_source on compressed data"
This reverts commit e933cf831f32fd4cf763c64aa60e51dbf025ec94. This commit leads to segmentation faults when using -dump_source on compressed data. It depends on another commit which is not committed yet. Also I can't reproduce the issue in any case and I currently don't see what got 'fixed' here. My guess is that I hit a case where bug in loadBuffer was triggered and this worked around it by not calling it.
Fix NULL deref in goURL0
`url' could still be NULL here, if inputLineHist is closed with C-c. So e.g. when building with --disable-m17n, M-c OPTIONS ; GOTO (enter) C-c would segfault.
Fix possible buffer overflow in addMultirowsImg
A hack to avoid buffer overrun most likely caused by printing mis-positioned images on lines shorter than their intended line. May be related to 4e464819.
Tree
README
w3m: WWW wo Miru Tool ===================== w3m is a pager with WWW capability. It IS a pager, but it can be used as a text-mode WWW browser. This package is maintained for Debian <https://www.debian.org>, forked from the original version <https://sourceforge.net/projects/w3m/>. 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. :-)
