├── .github └── workflows │ └── build.yml ├── .gitignore ├── ABOUT-NLS ├── Bonus ├── 2ch.cgi ├── README ├── README.eng ├── backslash_to_slash.cgi ├── goodict.cgi ├── google.cgi ├── html2latex ├── htmldump ├── makeref ├── oldconfigure.sh ├── scanhist.rb ├── smb.cgi ├── utf8.cgi └── wrap3m ├── COPYING ├── ChangeLog ├── ChangeLog.1 ├── Makefile.in ├── NEWS ├── README ├── Str.c ├── Str.h ├── Symbols ├── alt.sym ├── big5.sym ├── cp850.sym ├── euccn.sym ├── eucjp.sym ├── euckr.sym ├── euctw.sym ├── graph.sym ├── sym.pl └── utf8.sym ├── TODO ├── acinclude.m4 ├── aclocal.m4 ├── alloc.h ├── anchor.c ├── backend.c ├── buffer.c ├── charset-list ├── config.guess ├── config.h.dist ├── config.h.in ├── config.rpath ├── config.sub ├── configure ├── configure.ac ├── cookie.c ├── ctrlcode.h ├── display.c ├── display.h ├── doc-de ├── FAQ.html ├── MANUAL.html ├── README.func └── w3m.1 ├── doc-jp ├── FAQ.html ├── HISTORY ├── MANUAL.html ├── README ├── README.SSL ├── README.cookie ├── README.cygwin ├── README.dict ├── README.func ├── README.img ├── README.keymap ├── README.m17n ├── README.mailcap ├── README.menu ├── README.migemo ├── README.mouse ├── README.passwd ├── README.pre_form ├── README.siteconf ├── README.tab ├── STORY.html ├── keymap.default ├── keymap.lynx ├── menu.default ├── menu.submenu └── w3m.1 ├── doc ├── FAQ.html ├── HISTORY ├── MANUAL.html ├── README ├── README.SSL ├── README.cookie ├── README.cygwin ├── README.dict ├── README.func ├── README.img ├── README.keymap ├── README.m17n ├── README.menu ├── README.mouse ├── README.passwd ├── README.pre_form ├── README.siteconf ├── README.sixel ├── README.tab ├── STORY.html ├── keymap.default ├── keymap.lynx ├── menu.default ├── menu.submenu └── w3m.1 ├── entity.c ├── entity.js ├── entity.tab ├── etc.c ├── file.c ├── fm.h ├── form.c ├── form.h ├── frame.c ├── frame.h ├── ftp.c ├── func.c ├── func.h ├── funcname0.awk ├── funcname1.awk ├── funcname2.awk ├── functable.awk ├── fuzz └── fuzz-conv.c ├── gitlog2changelog ├── hash.c ├── hash.h ├── history.c ├── history.h ├── html.c ├── html.h ├── image.c ├── indep.c ├── indep.h ├── inflate.c ├── install-sh ├── islang.c ├── istream.c ├── istream.h ├── keybind.c ├── keybind_lynx.c ├── libwc ├── EastAsianWidth.txt ├── Makefile.in ├── ambwidth_map.awk ├── big5.c ├── big5.h ├── ccs.h ├── ces.c ├── ces.h ├── char_conv.c ├── charset.c ├── combining.c ├── conv.c ├── detect.c ├── gb18030.c ├── gb18030.h ├── gbk.c ├── gbk.h ├── hkscs.c ├── hkscs.h ├── hz.c ├── hz.h ├── iso2022.c ├── iso2022.h ├── jis.c ├── jis.h ├── johab.c ├── johab.h ├── map │ ├── big5_ucs.map │ ├── cns11643_ucs.map │ ├── cp1006_ucs.map │ ├── cp1250_ucs.map │ ├── cp1251_ucs.map │ ├── cp1252_ucs.map │ ├── cp1253_ucs.map │ ├── cp1254_ucs.map │ ├── cp1255_combining.map │ ├── cp1255_ucs.map │ ├── cp1256_combining.map │ ├── cp1256_ucs.map │ ├── cp1257_ucs.map │ ├── cp1258_combining.map │ ├── cp1258_ucs.map │ ├── cp437_ucs.map │ ├── cp737_ucs.map │ ├── cp775_ucs.map │ ├── cp850_ucs.map │ ├── cp852_ucs.map │ ├── cp855_ucs.map │ ├── cp856_ucs.map │ ├── cp857_ucs.map │ ├── cp860_ucs.map │ ├── cp861_ucs.map │ ├── cp862_ucs.map │ ├── cp863_ucs.map │ ├── cp864_combining.map │ ├── cp864_ucs.map │ ├── cp865_ucs.map │ ├── cp866_ucs.map │ ├── cp869_ucs.map │ ├── cp874_combining.map │ ├── cp874_ucs.map │ ├── gb12345_ucs.map │ ├── gb18030_ucs.map │ ├── gb2312_gbk.map │ ├── gb2312_ucs.map │ ├── gbk_ucs.map │ ├── hkscs_ucs.map │ ├── hkscs_ucs_p2.map │ ├── iso885910_ucs.map │ ├── iso885911_combining.map │ ├── iso885911_ucs.map │ ├── iso885913_ucs.map │ ├── iso885914_ucs.map │ ├── iso885915_ucs.map │ ├── iso885916_ucs.map │ ├── iso88591_ucs.map │ ├── iso88592_ucs.map │ ├── iso88593_ucs.map │ ├── iso88594_ucs.map │ ├── iso88595_ucs.map │ ├── iso88596_combining.map │ ├── iso88596_ucs.map │ ├── iso88597_ucs.map │ ├── iso88598_ucs.map │ ├── iso88599_ucs.map │ ├── jisx0201k_jisx0208.map │ ├── jisx0201k_ucs.map │ ├── jisx0208_jisx02131.map │ ├── jisx0208x0212x0213_ucs.map │ ├── jisx02132_sjis.map │ ├── jisx0213_ucs_p2.map │ ├── johab_ucs.map │ ├── koi8r_ucs.map │ ├── koi8u_ucs.map │ ├── ksx1001_ucs.map │ ├── mk_big5_txt.pl │ ├── mk_big5_ucs_map.pl │ ├── mk_cns_ucs_map.pl │ ├── mk_combining_map.pl │ ├── mk_cp1258_ucs_map.pl │ ├── mk_cp950_txt.pl │ ├── mk_gb18030_ucs_map.pl │ ├── mk_gb_ucs_map.pl │ ├── mk_gbk_ucs_map.pl │ ├── mk_hkscs_p2_txt.pl │ ├── mk_hkscs_txt.pl │ ├── mk_hkscs_ucs_map.pl │ ├── mk_hkscs_ucs_p2_map.pl │ ├── mk_jis_ucs_map.pl │ ├── mk_jisx0213_ucs_map.pl │ ├── mk_johab_ucs_map.pl │ ├── mk_ks_ucs_map.pl │ ├── mk_sjis_ucs_map.pl │ ├── mk_tis_ucs_map.pl │ ├── mk_ucs_case_map.pl │ ├── mk_ucs_isdigit_map.pl │ ├── mk_ucs_map.pl │ ├── mk_uhc_ucs_map.pl │ ├── mk_viet_ucs_map.pl │ ├── nextstep_ucs.map │ ├── sjis_ext_ucs.map │ ├── tcvn57123_tcvn5712.map │ ├── tcvn5712_combining.map │ ├── tcvn5712_ucs.map │ ├── ucs_ambwidth.map │ ├── ucs_case.map │ ├── ucs_combining.map │ ├── ucs_fullwidth.map │ ├── ucs_hangul.map │ ├── ucs_isalpha.map │ ├── ucs_isdigit.map │ ├── ucs_islower.map │ ├── ucs_isupper.map │ ├── ucs_precompose.map │ ├── ucs_wide.map │ ├── uhc_ucs.map │ ├── viscii11_ucs.map │ └── vps_ucs.map ├── priv.c ├── priv.h ├── putc.c ├── search.c ├── search.h ├── sjis.c ├── sjis.h ├── status.c ├── test.c ├── ucs.c ├── ucs.h ├── ucs.map ├── uhc.c ├── uhc.h ├── utf7.c ├── utf7.h ├── utf8.c ├── utf8.h ├── viet.c ├── viet.h ├── wc.h ├── wc_types.h ├── wtf.c └── wtf.h ├── linein.c ├── local.c ├── local.h ├── mailcap.c ├── main.c ├── map.c ├── matrix.c ├── matrix.h ├── menu.c ├── menu.h ├── mimehead.c ├── mkinstalldirs ├── mktable.c ├── myctype.c ├── myctype.h ├── news.c ├── parsetag.c ├── parsetag.h ├── parsetagx.c ├── parsetagx.h ├── po ├── ChangeLog ├── LINGUAS ├── Makefile.in.in ├── Makevars ├── POTFILES.in ├── Rules-quot ├── boldquot.sed ├── de.po ├── en@boldquot.header ├── en@quot.header ├── insert-header.sin ├── it.po ├── ja.po ├── quot.sed ├── remove-potcdate.sin ├── sv_SE.po ├── w3m.pot ├── zh_CN.po └── zh_TW.po ├── posubst.in ├── proto.h ├── rc.c ├── rc.h ├── regex.c ├── regex.h ├── scripts ├── Makefile.in ├── bm2menu │ ├── README │ └── bm2menu.pl ├── dirlist.cgi.in ├── multipart │ ├── Makefile.in │ ├── README │ ├── mailcap │ └── multipart.cgi.in ├── w3mdict.cgi ├── w3mhelp-funcdesc.de.pl.in ├── w3mhelp-funcdesc.en.pl.in ├── w3mhelp-funcdesc.ja.pl.in ├── w3mhelp-funcname.pl.in ├── w3mhelp.cgi.in ├── w3mmail.cgi.in ├── w3mman │ ├── Makefile.in │ ├── README │ ├── hlink.cgi │ ├── w3mman.1.in │ ├── w3mman.de.1.in │ ├── w3mman.in │ └── w3mman2html.cgi.in ├── xface2xbm.in └── xface2xpm.in ├── scrsize.c ├── search.c ├── symbol.c ├── table.c ├── table.h ├── tagtable.tab ├── terms.c ├── terms.h ├── tests ├── a1.expected ├── a1.html ├── a2.expected ├── a2.html ├── allentity.expected ├── allentity.html ├── dl.expected ├── dl.html ├── name_entity_1.expected ├── name_entity_1.html ├── name_entity_1.opts ├── name_entity_2.expected ├── name_entity_2.html ├── q1.expected ├── q1.html ├── q1.opts ├── q2.expected ├── q2.html ├── q3.expected ├── q3.html ├── q3.opts ├── q4.expected ├── q4.html ├── q4.opts ├── q5.expected ├── q5.html ├── q6.expected ├── q6.html ├── q6.opts └── run_tests ├── textlist.c ├── textlist.h ├── url.c ├── util.c ├── util.h ├── version.c.in ├── w3mbookmark.c ├── w3mhelp-lynx_en.html.in ├── w3mhelp-lynx_ja.html.in ├── w3mhelp-w3m_en.html.in ├── w3mhelp-w3m_ja.html.in ├── w3mhelperpanel.c ├── w3mimg ├── Makefile.in ├── fb │ ├── Makefile.in │ ├── fb.c │ ├── fb.h │ ├── fb_gdkpixbuf.c │ ├── fb_img.c │ ├── fb_img.h │ ├── fb_imlib2.c │ ├── fb_w3mimg.c │ └── readme.txt ├── w3mimg.c ├── w3mimg.h ├── win │ ├── Makefile.in │ └── win_w3mimg.cpp └── x11 │ ├── Makefile.in │ └── x11_w3mimg.c └── w3mimgdisplay.c /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/.gitignore -------------------------------------------------------------------------------- /ABOUT-NLS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/ABOUT-NLS -------------------------------------------------------------------------------- /Bonus/2ch.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Bonus/2ch.cgi -------------------------------------------------------------------------------- /Bonus/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Bonus/README -------------------------------------------------------------------------------- /Bonus/README.eng: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Bonus/README.eng -------------------------------------------------------------------------------- /Bonus/backslash_to_slash.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Bonus/backslash_to_slash.cgi -------------------------------------------------------------------------------- /Bonus/goodict.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Bonus/goodict.cgi -------------------------------------------------------------------------------- /Bonus/google.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Bonus/google.cgi -------------------------------------------------------------------------------- /Bonus/html2latex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Bonus/html2latex -------------------------------------------------------------------------------- /Bonus/htmldump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Bonus/htmldump -------------------------------------------------------------------------------- /Bonus/makeref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Bonus/makeref -------------------------------------------------------------------------------- /Bonus/oldconfigure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Bonus/oldconfigure.sh -------------------------------------------------------------------------------- /Bonus/scanhist.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Bonus/scanhist.rb -------------------------------------------------------------------------------- /Bonus/smb.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Bonus/smb.cgi -------------------------------------------------------------------------------- /Bonus/utf8.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Bonus/utf8.cgi -------------------------------------------------------------------------------- /Bonus/wrap3m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Bonus/wrap3m -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/COPYING -------------------------------------------------------------------------------- /ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/ChangeLog -------------------------------------------------------------------------------- /ChangeLog.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/ChangeLog.1 -------------------------------------------------------------------------------- /Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Makefile.in -------------------------------------------------------------------------------- /NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/NEWS -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/README -------------------------------------------------------------------------------- /Str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Str.c -------------------------------------------------------------------------------- /Str.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Str.h -------------------------------------------------------------------------------- /Symbols/alt.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Symbols/alt.sym -------------------------------------------------------------------------------- /Symbols/big5.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Symbols/big5.sym -------------------------------------------------------------------------------- /Symbols/cp850.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Symbols/cp850.sym -------------------------------------------------------------------------------- /Symbols/euccn.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Symbols/euccn.sym -------------------------------------------------------------------------------- /Symbols/eucjp.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Symbols/eucjp.sym -------------------------------------------------------------------------------- /Symbols/euckr.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Symbols/euckr.sym -------------------------------------------------------------------------------- /Symbols/euctw.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Symbols/euctw.sym -------------------------------------------------------------------------------- /Symbols/graph.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Symbols/graph.sym -------------------------------------------------------------------------------- /Symbols/sym.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Symbols/sym.pl -------------------------------------------------------------------------------- /Symbols/utf8.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/Symbols/utf8.sym -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/TODO -------------------------------------------------------------------------------- /acinclude.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/acinclude.m4 -------------------------------------------------------------------------------- /aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/aclocal.m4 -------------------------------------------------------------------------------- /alloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/alloc.h -------------------------------------------------------------------------------- /anchor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/anchor.c -------------------------------------------------------------------------------- /backend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/backend.c -------------------------------------------------------------------------------- /buffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/buffer.c -------------------------------------------------------------------------------- /charset-list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/charset-list -------------------------------------------------------------------------------- /config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/config.guess -------------------------------------------------------------------------------- /config.h.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/config.h.dist -------------------------------------------------------------------------------- /config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/config.h.in -------------------------------------------------------------------------------- /config.rpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/config.rpath -------------------------------------------------------------------------------- /config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/config.sub -------------------------------------------------------------------------------- /configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/configure -------------------------------------------------------------------------------- /configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/configure.ac -------------------------------------------------------------------------------- /cookie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/cookie.c -------------------------------------------------------------------------------- /ctrlcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/ctrlcode.h -------------------------------------------------------------------------------- /display.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/display.c -------------------------------------------------------------------------------- /display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/display.h -------------------------------------------------------------------------------- /doc-de/FAQ.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-de/FAQ.html -------------------------------------------------------------------------------- /doc-de/MANUAL.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-de/MANUAL.html -------------------------------------------------------------------------------- /doc-de/README.func: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-de/README.func -------------------------------------------------------------------------------- /doc-de/w3m.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-de/w3m.1 -------------------------------------------------------------------------------- /doc-jp/FAQ.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/FAQ.html -------------------------------------------------------------------------------- /doc-jp/HISTORY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/HISTORY -------------------------------------------------------------------------------- /doc-jp/MANUAL.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/MANUAL.html -------------------------------------------------------------------------------- /doc-jp/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/README -------------------------------------------------------------------------------- /doc-jp/README.SSL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/README.SSL -------------------------------------------------------------------------------- /doc-jp/README.cookie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/README.cookie -------------------------------------------------------------------------------- /doc-jp/README.cygwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/README.cygwin -------------------------------------------------------------------------------- /doc-jp/README.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/README.dict -------------------------------------------------------------------------------- /doc-jp/README.func: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/README.func -------------------------------------------------------------------------------- /doc-jp/README.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/README.img -------------------------------------------------------------------------------- /doc-jp/README.keymap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/README.keymap -------------------------------------------------------------------------------- /doc-jp/README.m17n: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/README.m17n -------------------------------------------------------------------------------- /doc-jp/README.mailcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/README.mailcap -------------------------------------------------------------------------------- /doc-jp/README.menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/README.menu -------------------------------------------------------------------------------- /doc-jp/README.migemo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/README.migemo -------------------------------------------------------------------------------- /doc-jp/README.mouse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/README.mouse -------------------------------------------------------------------------------- /doc-jp/README.passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/README.passwd -------------------------------------------------------------------------------- /doc-jp/README.pre_form: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/README.pre_form -------------------------------------------------------------------------------- /doc-jp/README.siteconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/README.siteconf -------------------------------------------------------------------------------- /doc-jp/README.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/README.tab -------------------------------------------------------------------------------- /doc-jp/STORY.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/STORY.html -------------------------------------------------------------------------------- /doc-jp/keymap.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/keymap.default -------------------------------------------------------------------------------- /doc-jp/keymap.lynx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/keymap.lynx -------------------------------------------------------------------------------- /doc-jp/menu.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/menu.default -------------------------------------------------------------------------------- /doc-jp/menu.submenu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/menu.submenu -------------------------------------------------------------------------------- /doc-jp/w3m.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc-jp/w3m.1 -------------------------------------------------------------------------------- /doc/FAQ.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/FAQ.html -------------------------------------------------------------------------------- /doc/HISTORY: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/HISTORY -------------------------------------------------------------------------------- /doc/MANUAL.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/MANUAL.html -------------------------------------------------------------------------------- /doc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/README -------------------------------------------------------------------------------- /doc/README.SSL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/README.SSL -------------------------------------------------------------------------------- /doc/README.cookie: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/README.cookie -------------------------------------------------------------------------------- /doc/README.cygwin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/README.cygwin -------------------------------------------------------------------------------- /doc/README.dict: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/README.dict -------------------------------------------------------------------------------- /doc/README.func: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/README.func -------------------------------------------------------------------------------- /doc/README.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/README.img -------------------------------------------------------------------------------- /doc/README.keymap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/README.keymap -------------------------------------------------------------------------------- /doc/README.m17n: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/README.m17n -------------------------------------------------------------------------------- /doc/README.menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/README.menu -------------------------------------------------------------------------------- /doc/README.mouse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/README.mouse -------------------------------------------------------------------------------- /doc/README.passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/README.passwd -------------------------------------------------------------------------------- /doc/README.pre_form: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/README.pre_form -------------------------------------------------------------------------------- /doc/README.siteconf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/README.siteconf -------------------------------------------------------------------------------- /doc/README.sixel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/README.sixel -------------------------------------------------------------------------------- /doc/README.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/README.tab -------------------------------------------------------------------------------- /doc/STORY.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/STORY.html -------------------------------------------------------------------------------- /doc/keymap.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/keymap.default -------------------------------------------------------------------------------- /doc/keymap.lynx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/keymap.lynx -------------------------------------------------------------------------------- /doc/menu.default: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/menu.default -------------------------------------------------------------------------------- /doc/menu.submenu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/menu.submenu -------------------------------------------------------------------------------- /doc/w3m.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/doc/w3m.1 -------------------------------------------------------------------------------- /entity.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/entity.c -------------------------------------------------------------------------------- /entity.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/entity.js -------------------------------------------------------------------------------- /entity.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/entity.tab -------------------------------------------------------------------------------- /etc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/etc.c -------------------------------------------------------------------------------- /file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/file.c -------------------------------------------------------------------------------- /fm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/fm.h -------------------------------------------------------------------------------- /form.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/form.c -------------------------------------------------------------------------------- /form.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/form.h -------------------------------------------------------------------------------- /frame.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/frame.c -------------------------------------------------------------------------------- /frame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/frame.h -------------------------------------------------------------------------------- /ftp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/ftp.c -------------------------------------------------------------------------------- /func.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/func.c -------------------------------------------------------------------------------- /func.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/func.h -------------------------------------------------------------------------------- /funcname0.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/funcname0.awk -------------------------------------------------------------------------------- /funcname1.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/funcname1.awk -------------------------------------------------------------------------------- /funcname2.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/funcname2.awk -------------------------------------------------------------------------------- /functable.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/functable.awk -------------------------------------------------------------------------------- /fuzz/fuzz-conv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/fuzz/fuzz-conv.c -------------------------------------------------------------------------------- /gitlog2changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/gitlog2changelog -------------------------------------------------------------------------------- /hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/hash.c -------------------------------------------------------------------------------- /hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/hash.h -------------------------------------------------------------------------------- /history.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/history.c -------------------------------------------------------------------------------- /history.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/history.h -------------------------------------------------------------------------------- /html.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/html.c -------------------------------------------------------------------------------- /html.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/html.h -------------------------------------------------------------------------------- /image.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/image.c -------------------------------------------------------------------------------- /indep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/indep.c -------------------------------------------------------------------------------- /indep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/indep.h -------------------------------------------------------------------------------- /inflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/inflate.c -------------------------------------------------------------------------------- /install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/install-sh -------------------------------------------------------------------------------- /islang.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/islang.c -------------------------------------------------------------------------------- /istream.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/istream.c -------------------------------------------------------------------------------- /istream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/istream.h -------------------------------------------------------------------------------- /keybind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/keybind.c -------------------------------------------------------------------------------- /keybind_lynx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/keybind_lynx.c -------------------------------------------------------------------------------- /libwc/EastAsianWidth.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/EastAsianWidth.txt -------------------------------------------------------------------------------- /libwc/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/Makefile.in -------------------------------------------------------------------------------- /libwc/ambwidth_map.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/ambwidth_map.awk -------------------------------------------------------------------------------- /libwc/big5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/big5.c -------------------------------------------------------------------------------- /libwc/big5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/big5.h -------------------------------------------------------------------------------- /libwc/ccs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/ccs.h -------------------------------------------------------------------------------- /libwc/ces.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/ces.c -------------------------------------------------------------------------------- /libwc/ces.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/ces.h -------------------------------------------------------------------------------- /libwc/char_conv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/char_conv.c -------------------------------------------------------------------------------- /libwc/charset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/charset.c -------------------------------------------------------------------------------- /libwc/combining.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/combining.c -------------------------------------------------------------------------------- /libwc/conv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/conv.c -------------------------------------------------------------------------------- /libwc/detect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/detect.c -------------------------------------------------------------------------------- /libwc/gb18030.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/gb18030.c -------------------------------------------------------------------------------- /libwc/gb18030.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/gb18030.h -------------------------------------------------------------------------------- /libwc/gbk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/gbk.c -------------------------------------------------------------------------------- /libwc/gbk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/gbk.h -------------------------------------------------------------------------------- /libwc/hkscs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/hkscs.c -------------------------------------------------------------------------------- /libwc/hkscs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/hkscs.h -------------------------------------------------------------------------------- /libwc/hz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/hz.c -------------------------------------------------------------------------------- /libwc/hz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/hz.h -------------------------------------------------------------------------------- /libwc/iso2022.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/iso2022.c -------------------------------------------------------------------------------- /libwc/iso2022.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/iso2022.h -------------------------------------------------------------------------------- /libwc/jis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/jis.c -------------------------------------------------------------------------------- /libwc/jis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/jis.h -------------------------------------------------------------------------------- /libwc/johab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/johab.c -------------------------------------------------------------------------------- /libwc/johab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/johab.h -------------------------------------------------------------------------------- /libwc/map/big5_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/big5_ucs.map -------------------------------------------------------------------------------- /libwc/map/cns11643_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cns11643_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp1006_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp1006_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp1250_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp1250_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp1251_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp1251_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp1252_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp1252_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp1253_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp1253_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp1254_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp1254_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp1255_combining.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp1255_combining.map -------------------------------------------------------------------------------- /libwc/map/cp1255_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp1255_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp1256_combining.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp1256_combining.map -------------------------------------------------------------------------------- /libwc/map/cp1256_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp1256_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp1257_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp1257_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp1258_combining.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp1258_combining.map -------------------------------------------------------------------------------- /libwc/map/cp1258_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp1258_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp437_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp437_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp737_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp737_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp775_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp775_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp850_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp850_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp852_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp852_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp855_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp855_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp856_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp856_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp857_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp857_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp860_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp860_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp861_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp861_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp862_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp862_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp863_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp863_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp864_combining.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp864_combining.map -------------------------------------------------------------------------------- /libwc/map/cp864_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp864_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp865_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp865_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp866_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp866_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp869_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp869_ucs.map -------------------------------------------------------------------------------- /libwc/map/cp874_combining.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp874_combining.map -------------------------------------------------------------------------------- /libwc/map/cp874_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/cp874_ucs.map -------------------------------------------------------------------------------- /libwc/map/gb12345_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/gb12345_ucs.map -------------------------------------------------------------------------------- /libwc/map/gb18030_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/gb18030_ucs.map -------------------------------------------------------------------------------- /libwc/map/gb2312_gbk.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/gb2312_gbk.map -------------------------------------------------------------------------------- /libwc/map/gb2312_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/gb2312_ucs.map -------------------------------------------------------------------------------- /libwc/map/gbk_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/gbk_ucs.map -------------------------------------------------------------------------------- /libwc/map/hkscs_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/hkscs_ucs.map -------------------------------------------------------------------------------- /libwc/map/hkscs_ucs_p2.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/hkscs_ucs_p2.map -------------------------------------------------------------------------------- /libwc/map/iso885910_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/iso885910_ucs.map -------------------------------------------------------------------------------- /libwc/map/iso885911_combining.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/iso885911_combining.map -------------------------------------------------------------------------------- /libwc/map/iso885911_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/iso885911_ucs.map -------------------------------------------------------------------------------- /libwc/map/iso885913_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/iso885913_ucs.map -------------------------------------------------------------------------------- /libwc/map/iso885914_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/iso885914_ucs.map -------------------------------------------------------------------------------- /libwc/map/iso885915_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/iso885915_ucs.map -------------------------------------------------------------------------------- /libwc/map/iso885916_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/iso885916_ucs.map -------------------------------------------------------------------------------- /libwc/map/iso88591_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/iso88591_ucs.map -------------------------------------------------------------------------------- /libwc/map/iso88592_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/iso88592_ucs.map -------------------------------------------------------------------------------- /libwc/map/iso88593_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/iso88593_ucs.map -------------------------------------------------------------------------------- /libwc/map/iso88594_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/iso88594_ucs.map -------------------------------------------------------------------------------- /libwc/map/iso88595_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/iso88595_ucs.map -------------------------------------------------------------------------------- /libwc/map/iso88596_combining.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/iso88596_combining.map -------------------------------------------------------------------------------- /libwc/map/iso88596_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/iso88596_ucs.map -------------------------------------------------------------------------------- /libwc/map/iso88597_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/iso88597_ucs.map -------------------------------------------------------------------------------- /libwc/map/iso88598_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/iso88598_ucs.map -------------------------------------------------------------------------------- /libwc/map/iso88599_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/iso88599_ucs.map -------------------------------------------------------------------------------- /libwc/map/jisx0201k_jisx0208.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/jisx0201k_jisx0208.map -------------------------------------------------------------------------------- /libwc/map/jisx0201k_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/jisx0201k_ucs.map -------------------------------------------------------------------------------- /libwc/map/jisx0208_jisx02131.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/jisx0208_jisx02131.map -------------------------------------------------------------------------------- /libwc/map/jisx0208x0212x0213_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/jisx0208x0212x0213_ucs.map -------------------------------------------------------------------------------- /libwc/map/jisx02132_sjis.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/jisx02132_sjis.map -------------------------------------------------------------------------------- /libwc/map/jisx0213_ucs_p2.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/jisx0213_ucs_p2.map -------------------------------------------------------------------------------- /libwc/map/johab_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/johab_ucs.map -------------------------------------------------------------------------------- /libwc/map/koi8r_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/koi8r_ucs.map -------------------------------------------------------------------------------- /libwc/map/koi8u_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/koi8u_ucs.map -------------------------------------------------------------------------------- /libwc/map/ksx1001_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/ksx1001_ucs.map -------------------------------------------------------------------------------- /libwc/map/mk_big5_txt.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_big5_txt.pl -------------------------------------------------------------------------------- /libwc/map/mk_big5_ucs_map.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_big5_ucs_map.pl -------------------------------------------------------------------------------- /libwc/map/mk_cns_ucs_map.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_cns_ucs_map.pl -------------------------------------------------------------------------------- /libwc/map/mk_combining_map.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_combining_map.pl -------------------------------------------------------------------------------- /libwc/map/mk_cp1258_ucs_map.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_cp1258_ucs_map.pl -------------------------------------------------------------------------------- /libwc/map/mk_cp950_txt.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_cp950_txt.pl -------------------------------------------------------------------------------- /libwc/map/mk_gb18030_ucs_map.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_gb18030_ucs_map.pl -------------------------------------------------------------------------------- /libwc/map/mk_gb_ucs_map.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_gb_ucs_map.pl -------------------------------------------------------------------------------- /libwc/map/mk_gbk_ucs_map.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_gbk_ucs_map.pl -------------------------------------------------------------------------------- /libwc/map/mk_hkscs_p2_txt.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_hkscs_p2_txt.pl -------------------------------------------------------------------------------- /libwc/map/mk_hkscs_txt.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_hkscs_txt.pl -------------------------------------------------------------------------------- /libwc/map/mk_hkscs_ucs_map.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_hkscs_ucs_map.pl -------------------------------------------------------------------------------- /libwc/map/mk_hkscs_ucs_p2_map.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_hkscs_ucs_p2_map.pl -------------------------------------------------------------------------------- /libwc/map/mk_jis_ucs_map.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_jis_ucs_map.pl -------------------------------------------------------------------------------- /libwc/map/mk_jisx0213_ucs_map.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_jisx0213_ucs_map.pl -------------------------------------------------------------------------------- /libwc/map/mk_johab_ucs_map.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_johab_ucs_map.pl -------------------------------------------------------------------------------- /libwc/map/mk_ks_ucs_map.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_ks_ucs_map.pl -------------------------------------------------------------------------------- /libwc/map/mk_sjis_ucs_map.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_sjis_ucs_map.pl -------------------------------------------------------------------------------- /libwc/map/mk_tis_ucs_map.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_tis_ucs_map.pl -------------------------------------------------------------------------------- /libwc/map/mk_ucs_case_map.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_ucs_case_map.pl -------------------------------------------------------------------------------- /libwc/map/mk_ucs_isdigit_map.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_ucs_isdigit_map.pl -------------------------------------------------------------------------------- /libwc/map/mk_ucs_map.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_ucs_map.pl -------------------------------------------------------------------------------- /libwc/map/mk_uhc_ucs_map.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_uhc_ucs_map.pl -------------------------------------------------------------------------------- /libwc/map/mk_viet_ucs_map.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/mk_viet_ucs_map.pl -------------------------------------------------------------------------------- /libwc/map/nextstep_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/nextstep_ucs.map -------------------------------------------------------------------------------- /libwc/map/sjis_ext_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/sjis_ext_ucs.map -------------------------------------------------------------------------------- /libwc/map/tcvn57123_tcvn5712.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/tcvn57123_tcvn5712.map -------------------------------------------------------------------------------- /libwc/map/tcvn5712_combining.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/tcvn5712_combining.map -------------------------------------------------------------------------------- /libwc/map/tcvn5712_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/tcvn5712_ucs.map -------------------------------------------------------------------------------- /libwc/map/ucs_ambwidth.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/ucs_ambwidth.map -------------------------------------------------------------------------------- /libwc/map/ucs_case.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/ucs_case.map -------------------------------------------------------------------------------- /libwc/map/ucs_combining.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/ucs_combining.map -------------------------------------------------------------------------------- /libwc/map/ucs_fullwidth.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/ucs_fullwidth.map -------------------------------------------------------------------------------- /libwc/map/ucs_hangul.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/ucs_hangul.map -------------------------------------------------------------------------------- /libwc/map/ucs_isalpha.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/ucs_isalpha.map -------------------------------------------------------------------------------- /libwc/map/ucs_isdigit.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/ucs_isdigit.map -------------------------------------------------------------------------------- /libwc/map/ucs_islower.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/ucs_islower.map -------------------------------------------------------------------------------- /libwc/map/ucs_isupper.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/ucs_isupper.map -------------------------------------------------------------------------------- /libwc/map/ucs_precompose.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/ucs_precompose.map -------------------------------------------------------------------------------- /libwc/map/ucs_wide.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/ucs_wide.map -------------------------------------------------------------------------------- /libwc/map/uhc_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/uhc_ucs.map -------------------------------------------------------------------------------- /libwc/map/viscii11_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/viscii11_ucs.map -------------------------------------------------------------------------------- /libwc/map/vps_ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/map/vps_ucs.map -------------------------------------------------------------------------------- /libwc/priv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/priv.c -------------------------------------------------------------------------------- /libwc/priv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/priv.h -------------------------------------------------------------------------------- /libwc/putc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/putc.c -------------------------------------------------------------------------------- /libwc/search.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/search.c -------------------------------------------------------------------------------- /libwc/search.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/search.h -------------------------------------------------------------------------------- /libwc/sjis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/sjis.c -------------------------------------------------------------------------------- /libwc/sjis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/sjis.h -------------------------------------------------------------------------------- /libwc/status.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/status.c -------------------------------------------------------------------------------- /libwc/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/test.c -------------------------------------------------------------------------------- /libwc/ucs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/ucs.c -------------------------------------------------------------------------------- /libwc/ucs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/ucs.h -------------------------------------------------------------------------------- /libwc/ucs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/ucs.map -------------------------------------------------------------------------------- /libwc/uhc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/uhc.c -------------------------------------------------------------------------------- /libwc/uhc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/uhc.h -------------------------------------------------------------------------------- /libwc/utf7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/utf7.c -------------------------------------------------------------------------------- /libwc/utf7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/utf7.h -------------------------------------------------------------------------------- /libwc/utf8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/utf8.c -------------------------------------------------------------------------------- /libwc/utf8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/utf8.h -------------------------------------------------------------------------------- /libwc/viet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/viet.c -------------------------------------------------------------------------------- /libwc/viet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/viet.h -------------------------------------------------------------------------------- /libwc/wc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/wc.h -------------------------------------------------------------------------------- /libwc/wc_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/wc_types.h -------------------------------------------------------------------------------- /libwc/wtf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/wtf.c -------------------------------------------------------------------------------- /libwc/wtf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/libwc/wtf.h -------------------------------------------------------------------------------- /linein.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/linein.c -------------------------------------------------------------------------------- /local.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/local.c -------------------------------------------------------------------------------- /local.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/local.h -------------------------------------------------------------------------------- /mailcap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/mailcap.c -------------------------------------------------------------------------------- /main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/main.c -------------------------------------------------------------------------------- /map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/map.c -------------------------------------------------------------------------------- /matrix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/matrix.c -------------------------------------------------------------------------------- /matrix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/matrix.h -------------------------------------------------------------------------------- /menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/menu.c -------------------------------------------------------------------------------- /menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/menu.h -------------------------------------------------------------------------------- /mimehead.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/mimehead.c -------------------------------------------------------------------------------- /mkinstalldirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/mkinstalldirs -------------------------------------------------------------------------------- /mktable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/mktable.c -------------------------------------------------------------------------------- /myctype.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/myctype.c -------------------------------------------------------------------------------- /myctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/myctype.h -------------------------------------------------------------------------------- /news.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/news.c -------------------------------------------------------------------------------- /parsetag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/parsetag.c -------------------------------------------------------------------------------- /parsetag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/parsetag.h -------------------------------------------------------------------------------- /parsetagx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/parsetagx.c -------------------------------------------------------------------------------- /parsetagx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/parsetagx.h -------------------------------------------------------------------------------- /po/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/po/ChangeLog -------------------------------------------------------------------------------- /po/LINGUAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/po/LINGUAS -------------------------------------------------------------------------------- /po/Makefile.in.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/po/Makefile.in.in -------------------------------------------------------------------------------- /po/Makevars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/po/Makevars -------------------------------------------------------------------------------- /po/POTFILES.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/po/POTFILES.in -------------------------------------------------------------------------------- /po/Rules-quot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/po/Rules-quot -------------------------------------------------------------------------------- /po/boldquot.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/po/boldquot.sed -------------------------------------------------------------------------------- /po/de.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/po/de.po -------------------------------------------------------------------------------- /po/en@boldquot.header: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/po/en@boldquot.header -------------------------------------------------------------------------------- /po/en@quot.header: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/po/en@quot.header -------------------------------------------------------------------------------- /po/insert-header.sin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/po/insert-header.sin -------------------------------------------------------------------------------- /po/it.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/po/it.po -------------------------------------------------------------------------------- /po/ja.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/po/ja.po -------------------------------------------------------------------------------- /po/quot.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/po/quot.sed -------------------------------------------------------------------------------- /po/remove-potcdate.sin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/po/remove-potcdate.sin -------------------------------------------------------------------------------- /po/sv_SE.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/po/sv_SE.po -------------------------------------------------------------------------------- /po/w3m.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/po/w3m.pot -------------------------------------------------------------------------------- /po/zh_CN.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/po/zh_CN.po -------------------------------------------------------------------------------- /po/zh_TW.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/po/zh_TW.po -------------------------------------------------------------------------------- /posubst.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/posubst.in -------------------------------------------------------------------------------- /proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/proto.h -------------------------------------------------------------------------------- /rc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/rc.c -------------------------------------------------------------------------------- /rc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/rc.h -------------------------------------------------------------------------------- /regex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/regex.c -------------------------------------------------------------------------------- /regex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/regex.h -------------------------------------------------------------------------------- /scripts/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/Makefile.in -------------------------------------------------------------------------------- /scripts/bm2menu/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/bm2menu/README -------------------------------------------------------------------------------- /scripts/bm2menu/bm2menu.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/bm2menu/bm2menu.pl -------------------------------------------------------------------------------- /scripts/dirlist.cgi.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/dirlist.cgi.in -------------------------------------------------------------------------------- /scripts/multipart/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/multipart/Makefile.in -------------------------------------------------------------------------------- /scripts/multipart/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/multipart/README -------------------------------------------------------------------------------- /scripts/multipart/mailcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/multipart/mailcap -------------------------------------------------------------------------------- /scripts/multipart/multipart.cgi.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/multipart/multipart.cgi.in -------------------------------------------------------------------------------- /scripts/w3mdict.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/w3mdict.cgi -------------------------------------------------------------------------------- /scripts/w3mhelp-funcdesc.de.pl.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/w3mhelp-funcdesc.de.pl.in -------------------------------------------------------------------------------- /scripts/w3mhelp-funcdesc.en.pl.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/w3mhelp-funcdesc.en.pl.in -------------------------------------------------------------------------------- /scripts/w3mhelp-funcdesc.ja.pl.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/w3mhelp-funcdesc.ja.pl.in -------------------------------------------------------------------------------- /scripts/w3mhelp-funcname.pl.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/w3mhelp-funcname.pl.in -------------------------------------------------------------------------------- /scripts/w3mhelp.cgi.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/w3mhelp.cgi.in -------------------------------------------------------------------------------- /scripts/w3mmail.cgi.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/w3mmail.cgi.in -------------------------------------------------------------------------------- /scripts/w3mman/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/w3mman/Makefile.in -------------------------------------------------------------------------------- /scripts/w3mman/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/w3mman/README -------------------------------------------------------------------------------- /scripts/w3mman/hlink.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/w3mman/hlink.cgi -------------------------------------------------------------------------------- /scripts/w3mman/w3mman.1.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/w3mman/w3mman.1.in -------------------------------------------------------------------------------- /scripts/w3mman/w3mman.de.1.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/w3mman/w3mman.de.1.in -------------------------------------------------------------------------------- /scripts/w3mman/w3mman.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/w3mman/w3mman.in -------------------------------------------------------------------------------- /scripts/w3mman/w3mman2html.cgi.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/w3mman/w3mman2html.cgi.in -------------------------------------------------------------------------------- /scripts/xface2xbm.in: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /scripts/xface2xpm.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scripts/xface2xpm.in -------------------------------------------------------------------------------- /scrsize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/scrsize.c -------------------------------------------------------------------------------- /search.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/search.c -------------------------------------------------------------------------------- /symbol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/symbol.c -------------------------------------------------------------------------------- /table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/table.c -------------------------------------------------------------------------------- /table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/table.h -------------------------------------------------------------------------------- /tagtable.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/tagtable.tab -------------------------------------------------------------------------------- /terms.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/terms.c -------------------------------------------------------------------------------- /terms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/terms.h -------------------------------------------------------------------------------- /tests/a1.expected: -------------------------------------------------------------------------------- 1 | 2 | test 3 | -------------------------------------------------------------------------------- /tests/a1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/tests/a1.html -------------------------------------------------------------------------------- /tests/a2.expected: -------------------------------------------------------------------------------- 1 | test 2 | -------------------------------------------------------------------------------- /tests/a2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/tests/a2.html -------------------------------------------------------------------------------- /tests/allentity.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/tests/allentity.expected -------------------------------------------------------------------------------- /tests/allentity.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/tests/allentity.html -------------------------------------------------------------------------------- /tests/dl.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/tests/dl.expected -------------------------------------------------------------------------------- /tests/dl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/tests/dl.html -------------------------------------------------------------------------------- /tests/name_entity_1.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/tests/name_entity_1.expected -------------------------------------------------------------------------------- /tests/name_entity_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/tests/name_entity_1.html -------------------------------------------------------------------------------- /tests/name_entity_1.opts: -------------------------------------------------------------------------------- 1 | -O 2 | us-ascii 3 | -------------------------------------------------------------------------------- /tests/name_entity_2.expected: -------------------------------------------------------------------------------- 1 | 2πr 2 | -------------------------------------------------------------------------------- /tests/name_entity_2.html: -------------------------------------------------------------------------------- 1 | 2πr 2 | -------------------------------------------------------------------------------- /tests/q1.expected: -------------------------------------------------------------------------------- 1 | `test' 2 | -------------------------------------------------------------------------------- /tests/q1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/tests/q1.html -------------------------------------------------------------------------------- /tests/q1.opts: -------------------------------------------------------------------------------- 1 | -O 2 | us-ascii 3 | -------------------------------------------------------------------------------- /tests/q2.expected: -------------------------------------------------------------------------------- 1 | “test” 2 | -------------------------------------------------------------------------------- /tests/q2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | test 4 | -------------------------------------------------------------------------------- /tests/q3.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/tests/q3.expected -------------------------------------------------------------------------------- /tests/q3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | test 4 | -------------------------------------------------------------------------------- /tests/q3.opts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/tests/q3.opts -------------------------------------------------------------------------------- /tests/q4.expected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/tests/q4.expected -------------------------------------------------------------------------------- /tests/q4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | test 4 | -------------------------------------------------------------------------------- /tests/q4.opts: -------------------------------------------------------------------------------- 1 | -O 2 | windows-1252 3 | -------------------------------------------------------------------------------- /tests/q5.expected: -------------------------------------------------------------------------------- 1 | “example of a ‘nested’ quote” 2 | -------------------------------------------------------------------------------- /tests/q5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/tests/q5.html -------------------------------------------------------------------------------- /tests/q6.expected: -------------------------------------------------------------------------------- 1 | "example of a 'nested' quote" 2 | -------------------------------------------------------------------------------- /tests/q6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/tests/q6.html -------------------------------------------------------------------------------- /tests/q6.opts: -------------------------------------------------------------------------------- 1 | -O Big5 2 | -------------------------------------------------------------------------------- /tests/run_tests: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/tests/run_tests -------------------------------------------------------------------------------- /textlist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/textlist.c -------------------------------------------------------------------------------- /textlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/textlist.h -------------------------------------------------------------------------------- /url.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/url.c -------------------------------------------------------------------------------- /util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/util.c -------------------------------------------------------------------------------- /util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/util.h -------------------------------------------------------------------------------- /version.c.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/version.c.in -------------------------------------------------------------------------------- /w3mbookmark.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mbookmark.c -------------------------------------------------------------------------------- /w3mhelp-lynx_en.html.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mhelp-lynx_en.html.in -------------------------------------------------------------------------------- /w3mhelp-lynx_ja.html.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mhelp-lynx_ja.html.in -------------------------------------------------------------------------------- /w3mhelp-w3m_en.html.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mhelp-w3m_en.html.in -------------------------------------------------------------------------------- /w3mhelp-w3m_ja.html.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mhelp-w3m_ja.html.in -------------------------------------------------------------------------------- /w3mhelperpanel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mhelperpanel.c -------------------------------------------------------------------------------- /w3mimg/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mimg/Makefile.in -------------------------------------------------------------------------------- /w3mimg/fb/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mimg/fb/Makefile.in -------------------------------------------------------------------------------- /w3mimg/fb/fb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mimg/fb/fb.c -------------------------------------------------------------------------------- /w3mimg/fb/fb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mimg/fb/fb.h -------------------------------------------------------------------------------- /w3mimg/fb/fb_gdkpixbuf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mimg/fb/fb_gdkpixbuf.c -------------------------------------------------------------------------------- /w3mimg/fb/fb_img.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mimg/fb/fb_img.c -------------------------------------------------------------------------------- /w3mimg/fb/fb_img.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mimg/fb/fb_img.h -------------------------------------------------------------------------------- /w3mimg/fb/fb_imlib2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mimg/fb/fb_imlib2.c -------------------------------------------------------------------------------- /w3mimg/fb/fb_w3mimg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mimg/fb/fb_w3mimg.c -------------------------------------------------------------------------------- /w3mimg/fb/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mimg/fb/readme.txt -------------------------------------------------------------------------------- /w3mimg/w3mimg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mimg/w3mimg.c -------------------------------------------------------------------------------- /w3mimg/w3mimg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mimg/w3mimg.h -------------------------------------------------------------------------------- /w3mimg/win/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mimg/win/Makefile.in -------------------------------------------------------------------------------- /w3mimg/win/win_w3mimg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mimg/win/win_w3mimg.cpp -------------------------------------------------------------------------------- /w3mimg/x11/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mimg/x11/Makefile.in -------------------------------------------------------------------------------- /w3mimg/x11/x11_w3mimg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mimg/x11/x11_w3mimg.c -------------------------------------------------------------------------------- /w3mimgdisplay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tats/w3m/HEAD/w3mimgdisplay.c --------------------------------------------------------------------------------