summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2018-07-21 09:31:23 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2018-07-21 09:31:23 +0000
commitfb1bf2d8df04fe091b480e67d6ff4008425e45d8 (patch)
tree82f9aed304be9724dba9264bdabc7131aff45358 /app
parentdfd9817e9e5b7b736e59dbf1726c3b3f61e5c20b (diff)
use #define XXX 0 to explicitelty disable an option.
Diffstat (limited to 'app')
-rw-r--r--app/xterm/xtermcfg.h2
1 files changed, 1 insertions, 1 deletions
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) */