New option "display_borders" to display 0 pixel table borders.

cf. http://d.hatena.ne.jp/rubikitch/20101120
This commit is contained in:
Tatsuya Kinoshita
2015-02-02 23:09:34 +09:00
parent 605aaef47d
commit 0efbaf15c3
3 changed files with 6 additions and 0 deletions

1
fm.h
View File

@@ -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;