aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2015-02-02 14:09:34 +0000
committerTatsuya Kinoshita <tats@debian.org>2015-02-02 14:09:34 +0000
commit0efbaf15c364a249feae778695b707edf1d9998c (patch)
tree85d5137ba75a80a95070950805b07fd3ad86b6f9 /fm.h
parentMerge branch 'bug/changelog' (diff)
downloadw3m-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fm.h b/fm.h
index 8f594dc..37098a0 100644
--- a/fm.h
+++ b/fm.h
@@ -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;