Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[xsrc/trunk]: xsrc/external/mit/xterm/include define OPT_SIXEL_GRAPHICS here ...
details: https://anonhg.NetBSD.org/xsrc/rev/44e1ff02d04b
branches: trunk
changeset: 10650:44e1ff02d04b
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Feb 17 03:03:27 2021 +0000
description:
define OPT_SIXEL_GRAPHICS here like everything else, rather than
than Makefile. (OPT_GRAPHICS is already defined here.)
diffstat:
external/mit/xterm/include/xtermcfg.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 8f371a63be95 -r 44e1ff02d04b external/mit/xterm/include/xtermcfg.h
--- a/external/mit/xterm/include/xtermcfg.h Thu Feb 11 12:24:39 2021 +0000
+++ b/external/mit/xterm/include/xtermcfg.h Wed Feb 17 03:03:27 2021 +0000
@@ -182,7 +182,7 @@
/* #undef OPT_SELECTION_OPS */ /* CF_ARG_DISABLE(selection-ops) */
#define OPT_SELECT_REGEX 1 /* CF_ARG_DISABLE(regex) */
/* #undef OPT_SESSION_MGT */ /* CF_ARG_DISABLE(session-mgt) */
-/* #undef OPT_SIXEL_GRAPHICS */ /* CF_ARG_ENABLE(sixel-graphics) */
+#define OPT_SIXEL_GRAPHICS 1 /* CF_ARG_ENABLE(sixel-graphics) */
/* #undef OPT_SUN_FUNC_KEYS */ /* CF_ARG_ENABLE(sun-fkeys) */
#define OPT_TCAP_FKEYS 1 /* CF_ARG_ENABLE(tcap-fkeys) */
#define OPT_TCAP_QUERY 1 /* CF_ARG_ENABLE(tcap-query) */
Home |
Main Index |
Thread Index |
Old Index