From 0efbaf15c364a249feae778695b707edf1d9998c Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Mon, 2 Feb 2015 23:09:34 +0900 Subject: New option "display_borders" to display 0 pixel table borders. cf. http://d.hatena.ne.jp/rubikitch/20101120 --- fm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fm.h') 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; -- cgit v1.2.3