aboutsummaryrefslogtreecommitdiffstats
path: root/symbol.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-14Prevent array index out of bounds for symbolTatsuya Kinoshita1-2/+2
Bug-Debian: https://github.com/tats/w3m/issues/38
2011-05-04Adding upstream version 0.5.3upstream/0.5.3Tatsuya Kinoshita1-29/+51
2011-05-04Adding upstream version 0.5.1upstream/0.5.1Tatsuya Kinoshita1-0/+168
2010-08-04fix conditions for UseGraphicCharIto Hiroyuki1-1/+1
2010-07-25* merge ambiguous width patchIto Hiroyuki1-18/+35
* http://www.j10n.org/files/w3m-cvs-1.914-ambwidth.patch
2010-07-19* [w3m-dev 04321] Re: w3m's bugs from bugs.debian.orgIto Hiroyuki1-16/+21
* http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=261174#10 * terms.c (graph_ok): check UseGraphicChar is GRAPHIC_CHAR_ALL or not. * symbol.c (get_symbol): check UseGraphicChar. * rc.c (graphic_char_str): added. * main.c (sig_chld): use GRAPHIC_CHAR_ASCII and GRAPHIC_CHAR_ALL. * fm.h (GRAPHIC_CHAR_ASCII, GRAPHIC_CHAR_CHARSET, GRAPHIC_CHAR_ALL): added. * fm.h: UseGraphicChar is initialized as GRAPHIC_CHAR_ASCII.
2003-09-22merge m17n patchFumitoshi UKAI1-0/+168
add libwc