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 update for xterm 372.



details:   https://anonhg.NetBSD.org/xsrc/rev/d6a86a3a4bf6
branches:  trunk
changeset: 7050:d6a86a3a4bf6
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jul 11 19:27:31 2022 +0000

description:
update for xterm 372.

diffstat:

 external/mit/xterm/include/xtermcfg.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 3bd2cdabc517 -r d6a86a3a4bf6 external/mit/xterm/include/xtermcfg.h
--- a/external/mit/xterm/include/xtermcfg.h     Mon Jul 11 19:26:44 2022 +0000
+++ b/external/mit/xterm/include/xtermcfg.h     Mon Jul 11 19:27:31 2022 +0000
@@ -2,7 +2,7 @@
 /* $XTermId: xtermcfg.hin,v 1.223 2021/08/22 20:00:07 tom Exp $ */
 
 /*
- * Copyright 1997-2019,2020 by Thomas E. Dickey
+ * Copyright 1997-2021,2022 by Thomas E. Dickey
  *
  *                         All Rights Reserved
  *
@@ -164,7 +164,7 @@
 /* #undef OPT_DABBREV */               /* CF_ARG_ENABLE(dabbrev) */
 /* #undef OPT_DEC_CHRSET */            /* CF_ARG_DISABLE(doublechars) */
 /* #undef OPT_DEC_LOCATOR */           /* CF_ARG_ENABLE(dec-locator) */
-#define OPT_DEC_RECTOPS 1              /* CF_ARG_ENABLE(rectangles) */
+#define OPT_DEC_RECTOPS 1              /* CF_ARG_DISABLE(rectangles) */
 #define OPT_DIRECT_COLOR 1             /* CF_ARG_ENABLE(direct-color) */
 /* #undef OPT_DOUBLE_BUFFER */ /* CF_ARG_ENABLE(double-buffer) */
 /* #undef OPT_EXEC_XTERM */            /* CF_ARG_ENABLE(exec-xterm) */
@@ -193,6 +193,7 @@
 #define OPT_SELECT_REGEX 1             /* CF_ARG_DISABLE(regex) */
 /* #undef OPT_SESSION_MGT */           /* CF_ARG_DISABLE(session-mgt) */
 #define OPT_SIXEL_GRAPHICS 1   /* CF_ARG_ENABLE(sixel-graphics) */
+#define OPT_STATUS_LINE 1      /* CF_ARG_ENABLE(status-line) */
 /* #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