diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2015-02-02 14:09:34 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2015-02-02 14:09:34 +0000 |
commit | 0efbaf15c364a249feae778695b707edf1d9998c (patch) | |
tree | 85d5137ba75a80a95070950805b07fd3ad86b6f9 /fm.h | |
parent | Merge branch 'bug/changelog' (diff) | |
download | w3m-0efbaf15c364a249feae778695b707edf1d9998c.tar.gz w3m-0efbaf15c364a249feae778695b707edf1d9998c.zip |
New option "display_borders" to display 0 pixel table borders.
cf. http://d.hatena.ne.jp/rubikitch/20101120
Diffstat (limited to 'fm.h')
-rw-r--r-- | fm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1097,6 +1097,7 @@ global char UseAltEntity init(FALSE); #define GRAPHIC_CHAR_DEC 1 #define GRAPHIC_CHAR_CHARSET 0 global char UseGraphicChar init(GRAPHIC_CHAR_CHARSET); +global char DisplayBorders init(FALSE); extern char *graph_symbol[]; extern char *graph2_symbol[]; extern int symbol_width; |