CVS commit: xsrc/external/mit/xterm/include

2021-04-26 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Tue Apr 27 02:11:31 UTC 2021

Modified Files:
xsrc/external/mit/xterm/include: xtermcfg.h

Log Message:
fix the value of STDC_NORETURN


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 xsrc/external/mit/xterm/include/xtermcfg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xterm/include/xtermcfg.h
diff -u xsrc/external/mit/xterm/include/xtermcfg.h:1.16 xsrc/external/mit/xterm/include/xtermcfg.h:1.17
--- xsrc/external/mit/xterm/include/xtermcfg.h:1.16	Tue Apr 27 01:58:18 2021
+++ xsrc/external/mit/xterm/include/xtermcfg.h	Tue Apr 27 02:11:31 2021
@@ -200,7 +200,7 @@
 /* #undef PROCFS_ROOT */		/* CF_ARG_ENABLE(exec-xterm) */
 #define SCROLLBAR_RIGHT 1		/* CF_ARG_ENABLE(rightbar) */
 #define SIG_ATOMIC_T volatile sig_atomic_t		/* CF_SIG_ATOMIC_T */
-#define STDC_NORETURN 1			/* CF_C11_NORETURN */
+#define STDC_NORETURN _Noreturn			/* CF_C11_NORETURN */
 /* #undef SVR4 */			/* CF_SVR4, imake */
 /* #undef SYSV */			/* CF_SYSV, imake */
 #define TIME_WITH_SYS_TIME 1	/* AC_HEADER_TIME */



CVS commit: xsrc/external/mit/xterm/include

2021-02-16 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Wed Feb 17 03:03:28 UTC 2021

Modified Files:
xsrc/external/mit/xterm/include: xtermcfg.h

Log Message:
define OPT_SIXEL_GRAPHICS here like everything else, rather than
than Makefile.  (OPT_GRAPHICS is already defined here.)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 xsrc/external/mit/xterm/include/xtermcfg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xterm/include/xtermcfg.h
diff -u xsrc/external/mit/xterm/include/xtermcfg.h:1.14 xsrc/external/mit/xterm/include/xtermcfg.h:1.15
--- xsrc/external/mit/xterm/include/xtermcfg.h:1.14	Thu Feb 11 12:24:39 2021
+++ xsrc/external/mit/xterm/include/xtermcfg.h	Wed Feb 17 03:03:27 2021
@@ -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) */



CVS commit: xsrc/external/mit/xterm/include

2018-03-14 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Wed Mar 14 06:06:01 UTC 2018

Modified Files:
xsrc/external/mit/xterm/include: xtermcfg.h
Removed Files:
xsrc/external/mit/xterm/include: Tekparse.hin VTparse.hin

Log Message:
merge xterm 330.  remove files we'll build now.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 xsrc/external/mit/xterm/include/Tekparse.hin \
xsrc/external/mit/xterm/include/VTparse.hin
cvs rdiff -u -r1.11 -r1.12 xsrc/external/mit/xterm/include/xtermcfg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xterm/include/xtermcfg.h
diff -u xsrc/external/mit/xterm/include/xtermcfg.h:1.11 xsrc/external/mit/xterm/include/xtermcfg.h:1.12
--- xsrc/external/mit/xterm/include/xtermcfg.h:1.11	Wed Mar  8 02:55:45 2017
+++ xsrc/external/mit/xterm/include/xtermcfg.h	Wed Mar 14 06:06:01 2018
@@ -187,6 +187,7 @@
 /* #undef OPT_XMC_GLITCH */		/* CF_ARG_ENABLE(xmc-glitch) */
 /* #undef OPT_ZICONBEEP */		/* CF_ARG_DISABLE(ziconbeep) */
 /* #undef OWN_TERMINFO_DIR */		/* AC_ARG_WITH(own-terminfo) */
+/* #undef OWN_TERMINFO_ENV */		/* AC_ARG_ENABLE(env-terminfo) */
 /* #undef PROCFS_ROOT */		/* CF_ARG_ENABLE(exec-xterm) */
 #define SCROLLBAR_RIGHT 1		/* CF_ARG_ENABLE(rightbar) */
 #define SIG_ATOMIC_T volatile sig_atomic_t		/* CF_SIG_ATOMIC_T */



CVS commit: xsrc/external/mit/xterm/include

2017-03-07 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Wed Mar  8 04:11:14 UTC 2017

Added Files:
xsrc/external/mit/xterm/include: Tekparse.hin VTparse.hin

Log Message:
add new generated files.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 xsrc/external/mit/xterm/include/Tekparse.hin \
xsrc/external/mit/xterm/include/VTparse.hin

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: xsrc/external/mit/xterm/include/Tekparse.hin
diff -u /dev/null xsrc/external/mit/xterm/include/Tekparse.hin:1.1
--- /dev/null	Wed Mar  8 04:11:14 2017
+++ xsrc/external/mit/xterm/include/Tekparse.hin	Wed Mar  8 04:11:13 2017
@@ -0,0 +1,34 @@
+#define CASE_REPORT 0
+#define CASE_VT_MODE 1
+#define CASE_SPT_STATE 2
+#define CASE_GIN 3
+#define CASE_BEL 4
+#define CASE_BS 5
+#define CASE_PT_STATE 6
+#define CASE_PLT_STATE 7
+#define CASE_TAB 8
+#define CASE_IPL_STATE 9
+#define CASE_ALP_STATE 10
+#define CASE_UP 11
+#define CASE_COPY 12
+#define CASE_PAGE 13
+#define CASE_BES_STATE 14
+#define CASE_BYP_STATE 15
+#define CASE_IGNORE 16
+#define CASE_ASCII 17
+#define CASE_APL 18
+#define CASE_CHAR_SIZE 19
+#define CASE_BEAM_VEC 20
+#define CASE_CURSTATE 21
+#define CASE_PENUP 22
+#define CASE_PENDOWN 23
+#define CASE_IPL_POINT 24
+#define CASE_PLT_VEC 25
+#define CASE_PT_POINT 26
+#define CASE_SPT_POINT 27
+#define CASE_CR 28
+#define CASE_ESC_STATE 29
+#define CASE_LF 30
+#define CASE_SP 31
+#define CASE_PRINT 32
+#define CASE_OSC 33
Index: xsrc/external/mit/xterm/include/VTparse.hin
diff -u /dev/null xsrc/external/mit/xterm/include/VTparse.hin:1.1
--- /dev/null	Wed Mar  8 04:11:14 2017
+++ xsrc/external/mit/xterm/include/VTparse.hin	Wed Mar  8 04:11:14 2017
@@ -0,0 +1,162 @@
+#define CASE_GROUND_STATE 0
+#define CASE_IGNORE 1
+#define CASE_BELL 2
+#define CASE_BS 3
+#define CASE_CR 4
+#define CASE_ESC 5
+#define CASE_VMOT 6
+#define CASE_TAB 7
+#define CASE_SI 8
+#define CASE_SO 9
+#define CASE_SCR_STATE 10
+#define CASE_SCS0_STATE 11
+#define CASE_SCS1_STATE 12
+#define CASE_SCS2_STATE 13
+#define CASE_SCS3_STATE 14
+#define CASE_ESC_IGNORE 15
+#define CASE_ESC_DIGIT 16
+#define CASE_ESC_SEMI 17
+#define CASE_DEC_STATE 18
+#define CASE_ICH 19
+#define CASE_CUU 20
+#define CASE_CUD 21
+#define CASE_CUF 22
+#define CASE_CUB 23
+#define CASE_CUP 24
+#define CASE_ED 25
+#define CASE_EL 26
+#define CASE_IL 27
+#define CASE_DL 28
+#define CASE_DCH 29
+#define CASE_DA1 30
+#define CASE_TRACK_MOUSE 31
+#define CASE_TBC 32
+#define CASE_SET 33
+#define CASE_RST 34
+#define CASE_SGR 35
+#define CASE_CPR 36
+#define CASE_DECSTBM 37
+#define CASE_DECREQTPARM 38
+#define CASE_DECSET 39
+#define CASE_DECRST 40
+#define CASE_DECALN 41
+#define CASE_GSETS 42
+#define CASE_DECSC 43
+#define CASE_DECRC 44
+#define CASE_DECKPAM 45
+#define CASE_DECKPNM 46
+#define CASE_IND 47
+#define CASE_NEL 48
+#define CASE_HTS 49
+#define CASE_RI 50
+#define CASE_SS2 51
+#define CASE_SS3 52
+#define CASE_CSI_STATE 53
+#define CASE_OSC 54
+#define CASE_RIS 55
+#define CASE_LS2 56
+#define CASE_LS3 57
+#define CASE_LS3R 58
+#define CASE_LS2R 59
+#define CASE_LS1R 60
+#define CASE_PRINT 61
+#define CASE_XTERM_SAVE 62
+#define CASE_XTERM_RESTORE 63
+#define CASE_XTERM_TITLE 64
+#define CASE_DECID 65
+#define CASE_HP_MEM_LOCK 66
+#define CASE_HP_MEM_UNLOCK 67
+#define CASE_HP_BUGGY_LL 68
+#define CASE_HPA 69
+#define CASE_VPA 70
+#define CASE_XTERM_WINOPS 71
+#define CASE_ECH 72
+#define CASE_CHT 73
+#define CASE_CPL 74
+#define CASE_CNL 75
+#define CASE_CBT 76
+#define CASE_SU 77
+#define CASE_SD 78
+#define CASE_S7C1T 79
+#define CASE_S8C1T 80
+#define CASE_ESC_SP_STATE 81
+#define CASE_ENQ 82
+#define CASE_DECSCL 83
+#define CASE_DECSCA 84
+#define CASE_DECSED 85
+#define CASE_DECSEL 86
+#define CASE_DCS 87
+#define CASE_PM 88
+#define CASE_SOS 89
+#define CASE_ST 90
+#define CASE_APC 91
+#define CASE_EPA 92
+#define CASE_SPA 93
+#define CASE_CSI_QUOTE_STATE 94
+#define CASE_DSR 95
+#define CASE_ANSI_LEVEL_1 96
+#define CASE_ANSI_LEVEL_2 97
+#define CASE_ANSI_LEVEL_3 98
+#define CASE_MC 99
+#define CASE_DEC2_STATE 100
+#define CASE_DA2 101
+#define CASE_DEC3_STATE 102
+#define CASE_DECRPTUI 103
+#define CASE_VT52_CUP 104
+#define CASE_REP 105
+#define CASE_CSI_EX_STATE 106
+#define CASE_DECSTR 107
+#define CASE_DECDHL 108
+#define CASE_DECSWL 109
+#define CASE_DECDWL 110
+#define CASE_DEC_MC 111
+#define CASE_ESC_PERCENT 112
+#define CASE_UTF8 113
+#define CASE_CSI_TICK_STATE 114
+#define CASE_DECELR 115
+#define CASE_DECRQLP 116
+#define CASE_DECEFR 117
+#define CASE_DECSLE 118
+#define CASE_CSI_IGNORE 119
+#define CASE_VT52_IGNORE 120
+#define CASE_VT52_FINISH 121
+#define CASE_CSI_DOLLAR_STATE 122
+#define CASE_DECCRA 123
+#define CASE_DECERA 124
+#define CASE_DECFRA 125
+#define CASE_DECSERA 126
+#define CASE_DECSACE 127
+#define CASE_DECCARA 128
+#define CASE_DECRARA 129
+#define CASE_CSI_STAR_STATE 130
+#define CASE_SET_MOD_FKEYS 131
+#define 

CVS commit: xsrc/external/mit/xterm/include

2017-03-07 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Wed Mar  8 02:55:45 UTC 2017

Modified Files:
xsrc/external/mit/xterm/include: xtermcfg.h

Log Message:
update for xterm 327.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 xsrc/external/mit/xterm/include/xtermcfg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xterm/include/xtermcfg.h
diff -u xsrc/external/mit/xterm/include/xtermcfg.h:1.10 xsrc/external/mit/xterm/include/xtermcfg.h:1.11
--- xsrc/external/mit/xterm/include/xtermcfg.h:1.10	Thu Jul 23 04:57:09 2015
+++ xsrc/external/mit/xterm/include/xtermcfg.h	Wed Mar  8 02:55:45 2017
@@ -1,8 +1,8 @@
 /* xtermcfg.h.  Generated automatically by configure.  */
-/* $XTermId: xtermcfg.hin,v 1.208 2015/02/15 18:00:55 tom Exp $ */
+/* $XTermId: xtermcfg.hin,v 1.212 2016/05/30 20:42:13 tom Exp $ */
 
 /*
- * Copyright 1997-2014,2015 by Thomas E. Dickey
+ * Copyright 1997-2015,2016 by Thomas E. Dickey
  *
  * All Rights Reserved
  *
@@ -35,6 +35,22 @@
 #define included_xtermcfg_h 1
 
 /* This is a template for  */
+  
+/*
+ * There are no configure options for these features:
+ * ALLOWLOGFILECHANGES
+ * ALLOWLOGFILEONOFF
+ * CANT_OPEN_DEV_TTY
+ * DEBUG* (any debug-option)
+ * DUMP_BITMAP
+ * DUMP_COLORS
+ * HAS_LTCHARS
+ * HAVE_SYS_PTEM_H
+ * HAVE_X11_TRANSLATEI_H
+ * PUCC_PTYD
+ * USE_LOGIN_DASH_P
+ * USE_X11TERM
+ */
 
 /* #undef ALLOWLOGFILEEXEC */		/* CF_ARG_ENABLE(enable-logfile-exec) */
 /* #undef ALLOWLOGGING */		/* CF_ARG_ENABLE(enable-logging) */
@@ -78,6 +94,7 @@
 #define HAVE_PUTENV 1		/* AC_CHECK_FUNCS(putenv) */
 #define HAVE_SCHED_YIELD 1		/* AC_CHECK_FUNCS(sched_yield) */
 #define HAVE_SETPGID 1		/* AC_CHECK_FUNCS(setpgid) */
+#define HAVE_STDINT_H 1		/* AC_PROG_CC_STDC */
 #define HAVE_STDLIB_H 1		/* AC_CHECK_HEADERS(stdlib.h) */
 #define HAVE_STRFTIME 1		/* AC_CHECK_FUNCS(strftime) */
 /* #undef HAVE_SYS_TIME_H */		/* AC_HEADER_TIME */
@@ -125,6 +142,7 @@
 /* #undef OPT_BOX_CHARS */		/* CF_ARG_DISABLE(boxchars) */
 #define OPT_BROKEN_OSC 0		/* CF_ARG_ENABLE(broken-osc) */
 /* #undef OPT_BROKEN_ST */		/* CF_ARG_DISABLE(broken-st) */
+/* #undef OPT_BUILTIN_XPMS */		/* CF_ARG_ENABLE(builtin-xpms) */
 /* #undef OPT_C1_PRINT */		/* CF_ARG_DISABLE(c1-print) */
 /* #undef OPT_COLOR_CLASS */		/* CF_ARG_DISABLE(color-class) */
 /* #undef OPT_DABBREV */		/* CF_ARG_ENABLE(dabbrev) */
@@ -147,6 +165,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_PTY_HANDSHAKE 1	/* CF_ARG_ENABLE(pty-handshake) */
 /* #undef OPT_READLINE */		/* CF_ARG_ENABLE(readline-mouse) */
 /* #undef OPT_SAME_NAME */		/* CF_ARG_DISABLE(samename) */



CVS commit: xsrc/external/mit/xterm/include

2014-03-20 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Thu Mar 20 07:13:32 UTC 2014

Added Files:
xsrc/external/mit/xterm/include: builtin_icons.h

Log Message:
new generated file for xterm.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 xsrc/external/mit/xterm/include/builtin_icons.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: xsrc/external/mit/xterm/include/builtin_icons.h
diff -u /dev/null xsrc/external/mit/xterm/include/builtin_icons.h:1.1
--- /dev/null	Thu Mar 20 07:13:32 2014
+++ xsrc/external/mit/xterm/include/builtin_icons.h	Thu Mar 20 07:13:31 2014
@@ -0,0 +1,271 @@
+#if OPT_BUILTIN_XPMS
+#include icons/mini.xterm.xpms
+#include icons/filled-xterm.xpms
+#include icons/xterm.xpms
+#include icons/xterm-color.xpms
+#else
+/* XPM */
+static const char * mini_xterm_48x48_xpm[] = {
+48 48 213 2,
+  	c None,
+. 	c #FF,
++ 	c #FF5300,
+@ 	c #FF5E00,
+# 	c #FF4800,
+$ 	c #FF4200,
+% 	c #FF4000,
+ 	c #FF4B00,
+* 	c #FF5200,
+= 	c #FF5400,
+- 	c #FF3500,
+; 	c #FF5100,
+ 	c #FF5C00,
+, 	c #FF3000,
+' 	c #FF4500,
+) 	c #FF2000,
+! 	c #FF0300,
+~ 	c #FF1600,
+{ 	c #FF5D00,
+] 	c #FF3800,
+^ 	c #FF0200,
+/ 	c #FF0900,
+( 	c #FF2B00,
+_ 	c #FF3300,
+: 	c #FF1A00,
+ 	c #FF1300,
+[ 	c #FF1200,
+} 	c #FF5700,
+| 	c #4577BA,
+1 	c #874E78,
+2 	c #887577,
+3 	c #887E77,
+4 	c #887977,
+5 	c #875078,
+6 	c #566CA9,
+7 	c #5E70A1,
+8 	c #884E77,
+9 	c #887677,
+0 	c #7C5B83,
+a 	c #795686,
+b 	c #008DFE,
+c 	c #0012F3,
+d 	c #000BF2,
+e 	c #008FFE,
+f 	c #006CFA,
+g 	c #F1,
+h 	c #0001F1,
+i 	c #0020F4,
+j 	c #0040F6,
+k 	c #0959F0,
+l 	c #1158E8,
+m 	c #1159E8,
+n 	c #0058F9,
+o 	c #001DF4,
+p 	c #0023F4,
+q 	c #005BFA,
+r 	c #0060FA,
+s 	c #0E58EB,
+t 	c #0651F3,
+u 	c #0033F5,
+v 	c #000EF2,
+w 	c #006EFA,
+x 	c #0092FF,
+y 	c #001FF4,
+z 	c #000FF2,
+A 	c #0C51EC,
+B 	c #326AC9,
+C 	c #7A6583,
+D 	c #CA6234,
+E 	c #FC5F03,
+F 	c #FF5800,
+G 	c #FF0800,
+H 	c #F4060B,
+I 	c #007CFB,
+J 	c #0013F3,
+K 	c #007EFB,
+L 	c #FF1800,
+M 	c #F3590C,
+N 	c #AB6152,
+O 	c #4F4EAD,
+P 	c #175CE4,
+Q 	c #0036F5,
+R 	c #0022F4,
+S 	c #0095FD,
+T 	c #0084FD,
+U 	c #0004F1,
+V 	c #0051F8,
+W 	c #345AC7,
+X 	c #E61519,
+Y 	c #FF5900,
+Z 	c #FF4600,
+` 	c #FF0100,
+ .	c #446EB9,
+..	c #0034F6,
++.	c #0032F5,
+@.	c #FF2200,
+#.	c #006FFA,
+$.	c #002DF5,
+%.	c #0086FD,
+.	c #0046F7,
+*.	c #0015F3,
+=.	c #0076FC,
+-.	c #FF0400,
+;.	c #FF2300,
+.	c #FF2900,
+,.	c #9E3E61,
+'.	c #0039F6,
+).	c #FF2A00,
+!.	c #FF4300,
+~.	c #0071FB,
+{.	c #005EF9,
+].	c #004DF7,
+^.	c #008CFE,
+/.	c #0008F2,
+(.	c #001DF3,
+_.	c #007DFB,
+:.	c #FF4100,
+.	c #FF5B00,
+[.	c #A3425C,
+}.	c #994C66,
+|.	c #FF1100,
+1.	c #0072FB,
+2.	c #000AF2,
+3.	c #006EFC,
+4.	c #0017F3,
+5.	c #007FFB,
+6.	c #FF0600,
+7.	c #FF5600,
+8.	c #A56A5A,
+9.	c #A53B5A,
+0.	c #FF4F00,
+a.	c #0076FB,
+b.	c #0076FA,
+c.	c #0093FF,
+d.	c #007DFC,
+e.	c #FF1C00,
+f.	c #A5765A,
+g.	c #A55D5A,
+h.	c #006FFB,
+i.	c #002CF5,
+j.	c #008AFD,
+k.	c #006BF9,
+l.	c #FF3A00,
+m.	c #FF5000,
+n.	c #007BFB,
+o.	c #008BFD,
+p.	c #A5755A,
+q.	c #9A5565,
+r.	c #A43A5B,
+s.	c #FF4D00,
+t.	c #80507F,
+u.	c #FF0F00,
+v.	c #7A5485,
+w.	c #AA,
+x.	c #FF0A00,
+y.	c #A53D5A,
+z.	c #A4515B,
+A.	c #A5685A,
+B.	c #A5735A,
+C.	c #FF0700,
+D.	c #FF2E00,
+E.	c #FF1500,
+F.	c #A3705C,
+G.	c #FF0500,
+H.	c #9A4965,
+I.	c #FF0E00,
+J.	c #FF3B00,
+K.	c #FF2D00,
+L.	c #A13C5E,
+M.	c #FF4C00,
+N.	c #62649D,
+O.	c #FF0B00,
+P.	c #FF4700,
+Q.	c #FF1D00,
+R.	c #A56D5A,
+S.	c #FF2C00,
+T.	c #A4465B,
+U.	c #FF1400,
+V.	c #A03E61,
+W.	c #FF3100,
+X.	c #FF1B00,
+Y.	c #FF1000,
+Z.	c #0029F5,
+`.	c #0027F4,
+ +	c #4571BA,
+.+	c #FF3900,
+++	c #FF3200,
+@+	c #008EFD,
+#+	c #0019F3,
+$+	c #0090FD,
+%+	c #FF0D00,
++	c #FF1E00,
+*+	c #FF4E00,
+=+	c #0088FC,
+-+	c #0087FC,
+;+	c #FF1900,
++	c #0036F6,
+,+	c #FF2100,
+'+	c #0073FB,
+)+	c #0062FA,
+!+	c #001AF3,
+~+	c #2463D8,
+{+	c #3E58BE,
+]+	c #2A7FD3,
+^+	c #807B7F,
+/+	c #008EFB,
+(+	c #006AFA,
+_+	c #004CF8,
+:+	c #717B8D,
++	c #EE0B11,
+[+	c #F73E08,
+}+	c #FF1F00,
+|+	c #FF5500,
+,
+,
+. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ,
+. + @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ . . # @ @ @ @ @ @ @ @ @ @ @ @ $ . ,
+. %* @ @ @ @ @ =  . . -  ; @  , . ,
+. . . . . . * @ @ @ @ ; . . . . . . . . . . . . . ' @ ) . . . . . . ,
+  ! ~ { @ @ @ @ ] ^   / ( @ $ . ,
+^ _ @ @ @ @ @ : ![  } ^ . ,
+| 1 2 3 3 3 3 4 5 6   7 8 9 3 0 a   ,
+b c d d 

CVS commit: xsrc/external/mit/xterm/include

2013-11-19 Thread Thomas Klausner
Module Name:xsrc
Committed By:   wiz
Date:   Tue Nov 19 11:56:13 UTC 2013

Modified Files:
xsrc/external/mit/xterm/include: xtermcfg.h

Log Message:
Enable 256 colors.

From Piotr Meyer in PR 48380.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 xsrc/external/mit/xterm/include/xtermcfg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xterm/include/xtermcfg.h
diff -u xsrc/external/mit/xterm/include/xtermcfg.h:1.6 xsrc/external/mit/xterm/include/xtermcfg.h:1.7
--- xsrc/external/mit/xterm/include/xtermcfg.h:1.6	Thu Jul 11 20:02:24 2013
+++ xsrc/external/mit/xterm/include/xtermcfg.h	Tue Nov 19 11:56:13 2013
@@ -111,7 +111,7 @@
 #define LUIT_PATH /usr/X11R7/bin/luit	/* CF_ARG_ENABLE(luit) */
 /* #undef NO_ACTIVE_ICON */		/* CF_ARG_DISABLE(active-icon) */
 /* #undef NO_LEAKS */			/* CF_ARG_DISABLE(leaks) */
-/* #undef OPT_256_COLORS */		/* CF_ARG_ENABLE(256-color) */
+#define OPT_256_COLORS 1		/* CF_ARG_ENABLE(256-color) */
 /* #undef OPT_88_COLORS */		/* CF_ARG_ENABLE(88-color) */
 /* #undef OPT_AIX_COLORS */		/* CF_ARG_DISABLE(16-color) */
 /* #undef OPT_BLINK_CURS */		/* CF_ARG_DISABLE(blink-cursor) */



CVS commit: xsrc/external/mit/xterm/include

2013-07-11 Thread S.P.Zeidler
Module Name:xsrc
Committed By:   spz
Date:   Thu Jul 11 20:02:25 UTC 2013

Modified Files:
xsrc/external/mit/xterm/include: xtermcfg.h

Log Message:
enable defines that make xterm able to do UTF-8 if instructed by its
environment to do UTF-8.

That means: env LC_CTYPE=en_US.UTF-8 xterm for example will get you
an xterm that will take UTF-8 input and display it correctly, provided it
finds a fitting UTF-8 font.

Note that with this version of xterm, -u8 doesn't actually have an effect
any more, but -lc has.

xterm will record the locale settings it has been started with in the
environment variable XTERM_LOCALE. It is probably a good idea to have
at least the encoding part of LC_CTYPE and XTERM_LOCALE match.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 xsrc/external/mit/xterm/include/xtermcfg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xterm/include/xtermcfg.h
diff -u xsrc/external/mit/xterm/include/xtermcfg.h:1.5 xsrc/external/mit/xterm/include/xtermcfg.h:1.6
--- xsrc/external/mit/xterm/include/xtermcfg.h:1.5	Fri May 31 21:48:11 2013
+++ xsrc/external/mit/xterm/include/xtermcfg.h	Thu Jul 11 20:02:24 2013
@@ -108,7 +108,7 @@
 #define HAVE_XKBKEYCODETOKEYSYM 1	/* AC_CHECK_FUNCS(XkbKeycodeToKeysym) */
 #define HAVE_XKBQUERYEXTENSION 1	/* AC_CHECK_FUNCS(XkbQueryExtension) */
 #define HAVE_XKB_BELL_EXT 1	/* CF_XKB_BELL_EXT */
-/* #undef LUIT_PATH */		/* CF_ARG_ENABLE(luit) */
+#define LUIT_PATH /usr/X11R7/bin/luit	/* CF_ARG_ENABLE(luit) */
 /* #undef NO_ACTIVE_ICON */		/* CF_ARG_DISABLE(active-icon) */
 /* #undef NO_LEAKS */			/* CF_ARG_DISABLE(leaks) */
 /* #undef OPT_256_COLORS */		/* CF_ARG_ENABLE(256-color) */
@@ -135,7 +135,7 @@
 /* #undef OPT_INPUT_METHOD */		/* CF_ARG_DISABLE(input-method) */
 /* #undef OPT_ISO_COLORS */		/* CF_ARG_DISABLE(ansi-color) */
 /* #undef OPT_LOAD_VTFONTS */		/* CF_ARG_ENABLE(load-vt-fonts) */
-/* #undef OPT_LUIT_PROG */		/* CF_ARG_ENABLE(luit) */
+#define OPT_LUIT_PROG 1			/* CF_ARG_ENABLE(luit) */
 /* #undef OPT_MAXIMIZE */		/* CF_ARG_DISABLE(maximize) */
 /* #undef OPT_MINI_LUIT */		/* CF_ARG_ENABLE(mini-luit) */
 /* #undef OPT_NUM_LOCK */		/* CF_ARG_DISABLE(num-lock) */
@@ -155,7 +155,7 @@
 /* #undef OPT_TOOLBAR */		/* CF_ARG_ENABLE(toolbar) */
 /* #undef OPT_VT52_MODE */		/* CF_ARG_DISABLE(vt52) */
 /* #undef OPT_WIDER_ICHAR */		/* CF_ARG_ENABLE(16bit-chars) */
-/* #undef OPT_WIDE_CHARS */		/* CF_ARG_OPTION(wide-chars) */
+#define OPT_WIDE_CHARS 1		/* CF_ARG_OPTION(wide-chars) */
 /* #undef OPT_XMC_GLITCH */		/* CF_ARG_ENABLE(xmc-glitch) */
 /* #undef OPT_ZICONBEEP */		/* CF_ARG_DISABLE(ziconbeep) */
 /* #undef OWN_TERMINFO_DIR */		/* AC_ARG_WITH(own-terminfo) */
@@ -178,6 +178,7 @@
 /* #undef USE_UTMP_SETGID */		/* AC_ARG_WITH(utmp-setgid) */
 #define UTMPX_FOR_UTMP 1		/* CF_UTMP */
 #define XRENDERFONT 1		/* CF_X_FREETYPE */
+#define XFREE86_FT2 1
 /* #undef cc_t */			/* CF_TYPE_CC_T */
 /* #undef gid_t */			/* AC_TYPE_UID_T */
 /* #undef mode_t */			/* AC_TYPE_MODE_T */



CVS commit: xsrc/external/mit/xterm/include

2010-11-25 Thread matthew green
Module Name:xsrc
Committed By:   mrg
Date:   Fri Nov 26 06:15:18 UTC 2010

Modified Files:
xsrc/external/mit/xterm/include: xtermcfg.h

Log Message:
merge xterm 267 xtermcfg.h


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 xsrc/external/mit/xterm/include/xtermcfg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xterm/include/xtermcfg.h
diff -u xsrc/external/mit/xterm/include/xtermcfg.h:1.3 xsrc/external/mit/xterm/include/xtermcfg.h:1.4
--- xsrc/external/mit/xterm/include/xtermcfg.h:1.3	Tue Sep 14 23:07:17 2010
+++ xsrc/external/mit/xterm/include/xtermcfg.h	Fri Nov 26 06:15:18 2010
@@ -186,6 +186,7 @@
  */
 #ifndef __cplusplus
 /* #undef GCC_PRINTF */
+/* #undef GCC_PRINTFLIKE */
 /* #undef GCC_UNUSED */
 #endif
 



CVS commit: xsrc/external/mit/xterm/include

2010-09-14 Thread Thomas Klausner
Module Name:xsrc
Committed By:   wiz
Date:   Tue Sep 14 23:07:17 UTC 2010

Modified Files:
xsrc/external/mit/xterm/include: xtermcfg.h

Log Message:
Revert part of previous:
OPT_WIDE_CHARS definitely makes a difference with a UTF8 locale.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xterm/include/xtermcfg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xterm/include/xtermcfg.h
diff -u xsrc/external/mit/xterm/include/xtermcfg.h:1.2 xsrc/external/mit/xterm/include/xtermcfg.h:1.3
--- xsrc/external/mit/xterm/include/xtermcfg.h:1.2	Sat Sep 11 22:26:46 2010
+++ xsrc/external/mit/xterm/include/xtermcfg.h	Tue Sep 14 23:07:17 2010
@@ -136,6 +136,7 @@
 /* #undef OPT_VT52_MODE */		/* CF_ARG_DISABLE(vt52) */
 /* #undef OPT_WIDER_ICHAR */		/* CF_ARG_ENABLE(16bit-chars) */
 /* #undef OPT_WIDE_CHARS */		/* CF_ARG_OPTION(wide-chars) */
+#define OPT_WIDE_CHARS 1		/* CF_ARG_OPTION(wide-chars) */
 /* #undef OPT_XMC_GLITCH */		/* CF_ARG_ENABLE(xmc-glitch) */
 /* #undef OPT_ZICONBEEP */		/* CF_ARG_DISABLE(ziconbeep) */
 /* #undef OWN_TERMINFO_DIR */		/* AC_ARG_WITH(own-terminfo) */



CVS commit: xsrc/external/mit/xterm/include

2010-09-11 Thread Christos Zoulas
Module Name:xsrc
Committed By:   christos
Date:   Sat Sep 11 22:26:46 UTC 2010

Modified Files:
xsrc/external/mit/xterm/include: xtermcfg.h

Log Message:
Update this to the latest xterm import. Fixes:
- cut bug where, we could cut only up to 1K before
- disable toolbar by default
- don't assume we've installed luit from pkgsrc
- no opt 256 char support
- no opt widechar support


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 xsrc/external/mit/xterm/include/xtermcfg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xterm/include/xtermcfg.h
diff -u xsrc/external/mit/xterm/include/xtermcfg.h:1.1 xsrc/external/mit/xterm/include/xtermcfg.h:1.2
--- xsrc/external/mit/xterm/include/xtermcfg.h:1.1	Wed Jun 30 00:57:01 2010
+++ xsrc/external/mit/xterm/include/xtermcfg.h	Sat Sep 11 18:26:46 2010
@@ -1,9 +1,9 @@
 /* xtermcfg.h.  Generated automatically by configure.  */
-/* $XTermId: xtermcfg.hin,v 1.178 2009/08/09 17:23:19 tom Exp $ */
+/* $XTermId: xtermcfg.hin,v 1.180 2010/04/21 00:19:23 tom Exp $ */
 
 /
 
-Copyright 1997-2008,2009 by Thomas E. Dickey
+Copyright 1997-2009,2010 by Thomas E. Dickey
 
 All Rights Reserved
 
@@ -81,23 +81,26 @@
 #define HAVE_WCSWIDTH 1		/* AC_CHECK_FUNCS(wcswidth) */
 #define HAVE_WCWIDTH 1		/* AC_CHECK_FUNCS(wcwidth) */
 #define HAVE_X11_DECKEYSYM_H 1	/* AC_CHECK_HEADERS(X11/DECkeysym.h) */
+#define HAVE_X11_EXTENSIONS_XKB_H 1 /* AC_CHECK_HEADERS(X11/extensions/XKB.h) */
 #define HAVE_X11_SUNKEYSYM_H 1	/* AC_CHECK_HEADERS(X11/Sunkeysym.h) */
 #define HAVE_X11_XF86KEYSYM_H 1	/* AC_CHECK_HEADERS(X11/XF86keysym.h) */
+#define HAVE_X11_XKBLIB_H 1	/* AC_CHECK_HEADERS(X11/XKBlib.h) */
 #define HAVE_X11_XPOLL_H 1		/* AC_CHECK_HEADERS(X11/Xpoll.h) */
 #define HAVE_XFTDRAWSETCLIP 1	/* CF_X_FREETYPE */
 #define HAVE_XFTDRAWSETCLIPRECTANGLES 1 /* CF_X_FREETYPE */
+#define HAVE_XKBQUERYEXTENSION 1	/* AC_CHECK_FUNCS(XkbQueryExtension) */
 #define HAVE_XKB_BELL_EXT 1	/* CF_XKB_BELL_EXT */
-#define LUIT_PATH /usr/pkg/bin/luit		/* CF_ARG_ENABLE(luit) */
+/* #undef LUIT_PATH */		/* CF_ARG_ENABLE(luit) */
 /* #undef NO_ACTIVE_ICON */		/* CF_ARG_DISABLE(active-icon) */
 /* #undef NO_LEAKS */			/* CF_ARG_DISABLE(leaks) */
-#define OPT_256_COLORS 1		/* CF_ARG_ENABLE(256-color) */
+/* #undef OPT_256_COLORS */		/* CF_ARG_ENABLE(256-color) */
 /* #undef OPT_88_COLORS */		/* CF_ARG_ENABLE(88-color) */
 /* #undef OPT_AIX_COLORS */		/* CF_ARG_DISABLE(16-color) */
 /* #undef OPT_BLINK_CURS */		/* CF_ARG_DISABLE(blink-cursor) */
 /* #undef OPT_BLINK_TEXT */		/* CF_ARG_DISABLE(blink-text) */
 /* #undef OPT_BOX_CHARS */		/* CF_ARG_DISABLE(boxchars) */
 #define OPT_BROKEN_OSC 0		/* CF_ARG_ENABLE(broken-osc) */
-#define OPT_BROKEN_ST 0		/* CF_ARG_DISABLE(broken-st) */
+/* #undef OPT_BROKEN_ST */		/* CF_ARG_DISABLE(broken-st) */
 /* #undef OPT_C1_PRINT */		/* CF_ARG_DISABLE(c1-print) */
 /* #undef OPT_COLOR_CLASS */		/* CF_ARG_DISABLE(color-class) */
 /* #undef OPT_DABBREV */		/* CF_ARG_ENABLE(dabbrev) */
@@ -113,14 +116,14 @@
 /* #undef OPT_INPUT_METHOD */		/* CF_ARG_DISABLE(input-method) */
 /* #undef OPT_ISO_COLORS */		/* CF_ARG_DISABLE(ansi-color) */
 /* #undef OPT_LOAD_VTFONTS */		/* CF_ARG_ENABLE(load-vt-fonts) */
-#define OPT_LUIT_PROG 1		/* CF_ARG_ENABLE(luit) */
+/* #undef OPT_LUIT_PROG */		/* CF_ARG_ENABLE(luit) */
 /* #undef OPT_MAXIMIZE */		/* CF_ARG_DISABLE(maximize) */
-#define OPT_MINI_LUIT 1		/* CF_ARG_ENABLE(mini-luit) */
+/* #undef OPT_MINI_LUIT */		/* CF_ARG_ENABLE(mini-luit) */
 /* #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) */
 #define OPT_PTY_HANDSHAKE 1	/* CF_ARG_ENABLE(pty-handshake) */
-#define OPT_READLINE 1		/* CF_ARG_ENABLE(readline-mouse) */
+/* #undef OPT_READLINE */		/* CF_ARG_ENABLE(readline-mouse) */
 /* #undef OPT_SAME_NAME */		/* CF_ARG_DISABLE(samename) */
 /* #undef OPT_SCO_FUNC_KEYS */	/* CF_ARG_ENABLE(sco-fkeys) */
 #define OPT_SELECT_REGEX 1		/* CF_ARG_DISABLE(regex) */
@@ -129,10 +132,10 @@
 #define OPT_TCAP_FKEYS 1		/* CF_ARG_ENABLE(tcap-fkeys) */
 #define OPT_TCAP_QUERY 1		/* CF_ARG_ENABLE(tcap-query) */
 /* #undef OPT_TEK4014 */		/* CF_ARG_DISABLE(tek4014) */
-#define OPT_TOOLBAR 1		/* CF_ARG_ENABLE(toolbar) */
+/* #undef OPT_TOOLBAR */		/* CF_ARG_ENABLE(toolbar) */
 /* #undef OPT_VT52_MODE */		/* CF_ARG_DISABLE(vt52) */
 /* #undef OPT_WIDER_ICHAR */		/* CF_ARG_ENABLE(16bit-chars) */
-#define OPT_WIDE_CHARS 1		/* CF_ARG_OPTION(wide-chars) */
+/* #undef OPT_WIDE_CHARS */		/* CF_ARG_OPTION(wide-chars) */
 /* #undef OPT_XMC_GLITCH */		/* CF_ARG_ENABLE(xmc-glitch) */
 /* #undef OPT_ZICONBEEP */		/* CF_ARG_DISABLE(ziconbeep) */
 /* #undef OWN_TERMINFO_DIR */		/* AC_ARG_WITH(own-terminfo) */