summaryrefslogtreecommitdiff
path: root/system/ncurses/ncurses-6.3-20220326.patch
blob: 394a2e7c3cda3ee590f2205f1d214e6ce7f4c620 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
# ncurses 6.3 - patch 20220326 - Thomas E. Dickey
#
# ------------------------------------------------------------------------------
#
# Ncurses 6.3 is at
# 	ftp://ftp.invisible-island.net/ncurses/
#	https://invisible-mirror.net/archives/ncurses/
#	https://ftp.gnu.org/gnu/ncurses/
#
# Patches for ncurses 6.3 can be found at
# 	ftp://ftp.invisible-island.net/ncurses/6.3
#	https://invisible-mirror.net/archives/ncurses/6.3
#
# ------------------------------------------------------------------------------
# ftp://ftp.invisible-island.net/ncurses/6.3/ncurses-6.3-20220326.patch.gz
# patch by Thomas E. Dickey <dickey@invisible-island.net>
# created  Sun Mar 27 00:22:57 UTC 2022
# ------------------------------------------------------------------------------
# NEWS                             |    9 ++-
# VERSION                          |    2 
# dist.mk                          |    4 -
# misc/terminfo.src                |   95 +++++++++++++++++++++++++++++++++----
# package/debian-mingw/changelog   |    4 -
# package/debian-mingw64/changelog |    4 -
# package/debian/changelog         |    4 -
# package/mingw-ncurses.nsi        |    4 -
# package/mingw-ncurses.spec       |    2 
# package/ncurses.spec             |    2 
# package/ncursest.spec            |    2 
# 11 files changed, 108 insertions(+), 24 deletions(-)
# ------------------------------------------------------------------------------
Index: NEWS
Prereq:  1.3788 
--- ncurses-6.3-20220319+/NEWS	2022-03-20 00:18:08.000000000 +0000
+++ ncurses-6.3-20220326/NEWS	2022-03-26 22:01:51.000000000 +0000
@@ -26,7 +26,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: NEWS,v 1.3788 2022/03/20 00:18:08 tom Exp $
+-- $Id: NEWS,v 1.3790 2022/03/26 22:01:51 tom Exp $
 -------------------------------------------------------------------------------
 
 This is a log of changes that ncurses has gone through since Zeyd started
@@ -46,6 +46,11 @@
 Changes through 1.9.9e did not credit all contributions;
 it is not possible to add this information.
 
+20220326
+	+ update teken -TD
+	+ add teken-16color, teken-vt and teken-sc -TD
+	+ add a few missing details for vte-2018 (report by Robert Lange) -TD
+
 20220319
 	+ add xgterm -TD
 	+ correct setal in mintty/tmux entries, add to vte-2018 (report by
@@ -56,7 +61,7 @@
 20220312
 	+ add xterm+acs building-block -TD
 	+ add xterm-p370, for use in older terminals -TD
-	+ add dec+sl to xterm-new, per patch #371 -TD
+	+ add dec+sl to xterm-new, per xterm patch #371 -TD
 	+ add mosh and mosh-256color -TD
 
 20220305
Index: VERSION
--- ncurses-6.3-20220319+/VERSION	2022-03-19 11:19:25.000000000 +0000
+++ ncurses-6.3-20220326/VERSION	2022-03-26 11:02:20.000000000 +0000
@@ -1 +1 @@
-5:0:10	6.3	20220319
+5:0:10	6.3	20220326
Index: dist.mk
Prereq:  1.1471 
--- ncurses-6.3-20220319+/dist.mk	2022-03-19 11:19:25.000000000 +0000
+++ ncurses-6.3-20220326/dist.mk	2022-03-26 11:02:20.000000000 +0000
@@ -26,7 +26,7 @@
 # use or other dealings in this Software without prior written               #
 # authorization.                                                             #
 ##############################################################################
-# $Id: dist.mk,v 1.1471 2022/03/19 11:19:25 tom Exp $
+# $Id: dist.mk,v 1.1472 2022/03/26 11:02:20 tom Exp $
 # Makefile for creating ncurses distributions.
 #
 # This only needs to be used directly as a makefile by developers, but
@@ -38,7 +38,7 @@
 # These define the major/minor/patch versions of ncurses.
 NCURSES_MAJOR = 6
 NCURSES_MINOR = 3
-NCURSES_PATCH = 20220319
+NCURSES_PATCH = 20220326
 
 # We don't append the patch to the version, since this only applies to releases
 VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR)
Index: misc/terminfo.src
--- ncurses-6.3-20220319+/misc/terminfo.src	2022-03-20 00:10:41.000000000 +0000
+++ ncurses-6.3-20220326/misc/terminfo.src	2022-03-26 21:59:51.000000000 +0000
@@ -6,8 +6,8 @@
 # Report bugs and new terminal descriptions to
 #	bug-ncurses@gnu.org
 #
-#	$Revision: 1.985 $
-#	$Date: 2022/03/20 00:10:41 $
+#	$Revision: 1.997 $
+#	$Date: 2022/03/26 21:59:51 $
 #
 # The original header is preserved below for reference.  It is noted that there
 # is a "newer" version which differs in some cosmetic details (but actually
@@ -2082,6 +2082,32 @@
 #	http://svnweb.freebsd.org/base/stable/8/sys/dev/syscons/
 # in particular scterm-teken.c
 #
+# For FreeBSD 12 and 13:
+# ---------------------
+# In newer releases, it is no longer possible to boot into a configuration that
+# works with syscons.  teken's "cons25" configuration supports only the first
+# 12 function keys.  One may switch at runtime between the two flavors of
+# function keys using vidcontrol:
+#	vidcontrol -T cons25
+#	vidcontrol -T xterm
+# But for each, teken implements only about a quarter of the imitated terminal's
+# terminal descriptions.
+#
+# tack:
+#	VT100 line-drawing does not work (UTF-8 equivalents do).
+#	Shift/control modifiers have no effect on special keys.
+#	Meta does not work.
+# vttest:
+#	supports REP (repeat).
+#	still does not support left/right margins
+#	SU/SD work, but not SL/SR
+#	alternate screen does not work
+#	ENQ/DA1 is unimplemented (the terminal does not identify itself)
+#	CPR, XCPR are unimplemented (i.e., vttest and resize are broken)
+#	implements X11 (original) xterm-mouse.
+# ncurses:
+#	UTF-8 line-drawing works, including some double/thick lines
+#
 # For FreeBSD 9 and 10:
 # --------------------
 # The /etc/ttys entries for console and other ttys are all configured to set
@@ -2111,7 +2137,7 @@
 #
 # Those are removed from this entry's acsc string to avoid confusion.
 # The resulting description provides correct line-drawing and function-keys -TD
-teken|syscons with teken,
+teken-2018|teken as of 2018,
 	bw@, mir, xenl,
 	acsc=0\333a\260f\370g\361h\261j\331k\277l\332m\300n\305q
 	     \304t\303u\264v\301w\302x\263y\363z\362~\371,
@@ -2124,6 +2150,42 @@
 	u6=\E[%i%d;%dR, u7=\E[6n, u8=\E[?1;2c, u9=\E[c,
 	vpa=\E[%i%p1%dd, use=vt220+cvis, use=cons25,
 
+teken-2022|teken as of 2022,
+	am, bce, eo, mir, msgr, npc,
+	colors#8, cols#80, it#8, lines#25, ncv#21, pairs#64, U8#1,
+	bold=\E[1m, cr=\r, cub1=^H, dim=\E[30;1m, ech=\E[%p1%dX,
+	ind=\E[S, kbs=^H, kent=\r, nel=\E[E, op=\E[x, rev=\E[7m,
+	ri=\E[T, rmso=\E[27m, rs2=\E[x\E[m\Ec, setab=\E[4%p1%dm,
+	setaf=\E[3%p1%dm,
+	sgr=\E[0%?%p1%t;2;7%;%?%p3%t;7%;%?%p5%t;30;1%;%?%p6%t;1%;m,
+	sgr0=\E[m, use=vt220+cvis, use=ecma+index,
+	use=ansi+arrows, use=ansi+csr, use=ansi+cup,
+	use=ansi+erase, use=ansi+idc, use=ansi+idl,
+	use=ansi+local, use=ansi+rca2, use=ansi+sgrso,
+	use=ansi+tabs,
+
+teken-vt+fkeys|teken's xterm special keys,
+	kdch1=\E[3~, kend=\E[F, kf1=\EOP, kf10=\E[21~, kf11=\E[23~,
+	kf12=\E[24~, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\E[15~,
+	kf6=\E[17~, kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, khome=\E[H,
+	kich1=\E[2~, knp=\E[6~, kpp=\E[5~,
+
+teken-sc+fkeys|teken's syscons special keys,
+	kdch1=^?, kend=\E[F, kf1=\E[M, kf10=\E[V, kf11=\E[W,
+	kf12=\E[X, kf2=\E[N, kf3=\E[O, kf4=\E[P, kf5=\E[Q, kf6=\E[R,
+	kf7=\E[S, kf8=\E[T, kf9=\E[U, khome=\E[H, kich1=\E[L,
+	knp=\E[G, kpp=\E[I,
+
+teken-sc|teken imitating syscons,
+	use=teken-sc+fkeys, use=teken-2022,
+
+teken|teken-vt|teken imitating xterm,
+	xenl, use=teken-vt+fkeys, use=xterm+x11mouse,
+	use=teken-2022,
+
+teken-16color|teken using 16 colors,
+	use=ibm+16color, use=teken,
+
 #### 386BSD and BSD/OS Consoles
 #
 
@@ -6054,12 +6116,24 @@
 # 2018, respectively. Overline (Smol/Rmol) has been supported since December
 # 2017.
 vte-2018|VTE 0.51.2,
-	blink=\E[5m, enacs=\E(B\E)0,
+	AX,
+	blink=\E[5m, enacs=\E(B\E)0, nel=\EE,
+	rep=%p1%c\E[%p2%{1}%-%db,
 	sgr=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p5%t;2%;%?%p7%t;
 	    8%;%?%p1%p3%|%t;7%;m%?%p9%t\016%e\017%;,
-	Rmol=\E[55m, Smol=\E[53m, Smulx=\E[4:%p1%dm,
-	use=kitty+setal, use=vte-2017,
-
+	Rmol=\E[55m, Se=\E[1 q, Smol=\E[53m, Smulx=\E[4:%p1%dm,
+	use=xterm+alt+title, use=xterm+tmux, use=kitty+setal,
+	use=vte-2017,
+
+# Summarizing as of March 2022, these terminfo-capabilities of xterm are
+# absent from VTE:
+# - DEC application keypad mode
+# - DEC-compatible status-line
+# - DEC left/right margin support
+# - DEC printer controls
+# - AT&T cursor-blinking
+# - meta mode, as documented in terminfo(5)
+# - xterm's extension to clear scrollback
 vte|VTE aka GNOME Terminal,
 	use=vte-2018,
 
@@ -27200,7 +27274,7 @@
 #	+ add/use xterm+keypad in xterm-new (report by Alain D D Williams) -TD
 #	+ update terminator entry -TD
 #	+ remove hard-tabs from ti703 (report by Robert Clausecker)
-#	+ add Smol/Rmol for tmux, vte-2018 -Nicholas Marriott
+#	+ add Smol/Rmol for mintty, vte-2018 -Nicholas Marriott
 #
 # 2019-06-01
 #	+ add rs1 to konsole, mlterm -TD
@@ -27437,4 +27511,9 @@
 #	  Robert Lange)
 #	+ add blink to vte-2018 (report by Robert Lange)
 #
+# 2022-03-26
+#	+ update teken -TD
+#	+ add teken-16color, teken-vt and teken-sc -TD
+#	+ add a few missing details for vte-2018 (report by Robert Lange) -TD
+#
 ######## SHANTIH!  SHANTIH!  SHANTIH!
Index: package/debian-mingw/changelog
--- ncurses-6.3-20220319+/package/debian-mingw/changelog	2022-03-19 11:19:25.000000000 +0000
+++ ncurses-6.3-20220326/package/debian-mingw/changelog	2022-03-26 11:02:20.000000000 +0000
@@ -1,8 +1,8 @@
-ncurses6 (6.3+20220319) unstable; urgency=low
+ncurses6 (6.3+20220326) unstable; urgency=low
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 19 Mar 2022 07:19:25 -0400
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 26 Mar 2022 07:02:20 -0400
 
 ncurses6 (5.9-20131005) unstable; urgency=low
 
Index: package/debian-mingw64/changelog
--- ncurses-6.3-20220319+/package/debian-mingw64/changelog	2022-03-19 11:19:25.000000000 +0000
+++ ncurses-6.3-20220326/package/debian-mingw64/changelog	2022-03-26 11:02:20.000000000 +0000
@@ -1,8 +1,8 @@
-ncurses6 (6.3+20220319) unstable; urgency=low
+ncurses6 (6.3+20220326) unstable; urgency=low
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 19 Mar 2022 07:19:25 -0400
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 26 Mar 2022 07:02:20 -0400
 
 ncurses6 (5.9-20131005) unstable; urgency=low
 
Index: package/debian/changelog
--- ncurses-6.3-20220319+/package/debian/changelog	2022-03-19 11:19:25.000000000 +0000
+++ ncurses-6.3-20220326/package/debian/changelog	2022-03-26 11:02:20.000000000 +0000
@@ -1,8 +1,8 @@
-ncurses6 (6.3+20220319) unstable; urgency=low
+ncurses6 (6.3+20220326) unstable; urgency=low
 
   * latest weekly patch
 
- -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 19 Mar 2022 07:19:25 -0400
+ -- Thomas E. Dickey <dickey@invisible-island.net>  Sat, 26 Mar 2022 07:02:20 -0400
 
 ncurses6 (5.9-20120608) unstable; urgency=low
 
Index: package/mingw-ncurses.nsi
Prereq:  1.511 
--- ncurses-6.3-20220319+/package/mingw-ncurses.nsi	2022-03-19 11:19:25.000000000 +0000
+++ ncurses-6.3-20220326/package/mingw-ncurses.nsi	2022-03-26 11:02:20.000000000 +0000
@@ -1,4 +1,4 @@
-; $Id: mingw-ncurses.nsi,v 1.511 2022/03/19 11:19:25 tom Exp $
+; $Id: mingw-ncurses.nsi,v 1.512 2022/03/26 11:02:20 tom Exp $
 
 ; TODO add examples
 ; TODO bump ABI to 6
@@ -10,7 +10,7 @@
 !define VERSION_MAJOR "6"
 !define VERSION_MINOR "3"
 !define VERSION_YYYY  "2022"
-!define VERSION_MMDD  "0319"
+!define VERSION_MMDD  "0326"
 !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD}
 
 !define MY_ABI   "5"
Index: package/mingw-ncurses.spec
--- ncurses-6.3-20220319+/package/mingw-ncurses.spec	2022-03-19 11:19:25.000000000 +0000
+++ ncurses-6.3-20220326/package/mingw-ncurses.spec	2022-03-26 11:02:20.000000000 +0000
@@ -3,7 +3,7 @@
 Summary: shared libraries for terminal handling
 Name: mingw32-ncurses6
 Version: 6.3
-Release: 20220319
+Release: 20220326
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz
Index: package/ncurses.spec
--- ncurses-6.3-20220319+/package/ncurses.spec	2022-03-19 11:19:25.000000000 +0000
+++ ncurses-6.3-20220326/package/ncurses.spec	2022-03-26 11:02:20.000000000 +0000
@@ -1,7 +1,7 @@
 Summary: shared libraries for terminal handling
 Name: ncurses6
 Version: 6.3
-Release: 20220319
+Release: 20220326
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz
Index: package/ncursest.spec
--- ncurses-6.3-20220319+/package/ncursest.spec	2022-03-19 11:19:25.000000000 +0000
+++ ncurses-6.3-20220326/package/ncursest.spec	2022-03-26 11:02:20.000000000 +0000
@@ -1,7 +1,7 @@
 Summary: Curses library with POSIX thread support.
 Name: ncursest6
 Version: 6.3
-Release: 20220319
+Release: 20220326
 License: X11
 Group: Development/Libraries
 Source: ncurses-%{version}-%{release}.tgz