From 02339cbc79ca8d479dca802e3a8c38f2c873365a Mon Sep 17 00:00:00 2001 From: matthieu Date: Sat, 21 Jul 2018 09:31:22 +0000 Subject: [PATCH] use #define XXX 0 to explicitelty disable an option. --- app/xterm/xtermcfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/xterm/xtermcfg.h b/app/xterm/xtermcfg.h index 16ca2402e..dcb86afde 100644 --- a/app/xterm/xtermcfg.h +++ b/app/xterm/xtermcfg.h @@ -167,7 +167,7 @@ /* #undef OPT_NUM_LOCK */ /* CF_ARG_DISABLE(num-lock) */ /* #define OPT_PASTE64 1 */ /* CF_ARG_ENABLE(past64) */ /* #undef OPT_PC_COLORS */ /* CF_ARG_DISABLE(pc-color) */ -#undef OPT_SCREEN_DUMPS /* CF_ARG_ENABLE(screen-dumps) */ +#define OPT_SCREEN_DUMPS 0 /* CF_ARG_ENABLE(screen-dumps) */ #define OPT_PTY_HANDSHAKE 1 /* CF_ARG_ENABLE(pty-handshake) */ #define OPT_READLINE 0 /* CF_ARG_ENABLE(readline-mouse) */ /* #undef OPT_SAME_NAME */ /* CF_ARG_DISABLE(samename) */