Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/wapython
Path: blob/main/core/ncurses/src/00-terminfo.patch
1070 views
1
--- terminfo-orig.src 2022-07-23 17:41:03.000000000 -0700
2
+++ terminfo.src 2022-07-23 17:42:11.000000000 -0700
3
@@ -3934,7 +3934,7 @@
4
# TN3270, TVI910, TVI925, Wyse 50/60, and ANSI.
5
# Changes:
6
# Added ANSI sc/rc and REP in 2019/12/17
7
-# Added TVI910/ TVI925 in 2019/11/20
8
+# Added TVI910/ TVI925 in 2019/11/20
9
#
10
# Default:
11
# Emulate "Xterm", using "ANSI with 256color"
12
@@ -3999,8 +3999,8 @@
13
# TERM=xterm
14
#
15
# vttest:
16
-# DA1: \E[?62;1;2;6;7;8;9;15;22c (VT200 with DRCS, UDK, NRCS)
17
-# DA2: \E[>1;10;0c
18
+# DA1: \E[?62;1;2;6;7;8;9;15;22c (VT200 with DRCS, UDK, NRCS)
19
+# DA2: \E[>1;10;0c
20
# However:
21
# + NRCS tests do not work
22
# + DECUDK test fails
23
@@ -5123,11 +5123,11 @@
24
#
25
# If configured to support 88- or 256-colors (which is fairly common in 2009),
26
# xterm also recognizes the control sequences for initc -TD
27
-xterm-16color|xterm with 16 colors like aixterm,
28
- ccc,
29
- initc=\E]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*
30
- %{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\E\\,
31
- use=xterm+osc104, use=ibm+16color, use=xterm-new,
32
+#xterm-16color|xterm with 16 colors like aixterm,
33
+# ccc,
34
+# initc=\E]4;%p1%d;rgb:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*
35
+# %{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\E\\,
36
+# use=xterm+osc104, use=ibm+16color, use=xterm-new,
37
38
# 256-colors is a compile-time feature of XFree86 xterm beginning with
39
# xterm patch #111 (1999/7/10) -TD
40
@@ -5314,8 +5314,8 @@
41
%{256}%/%{255}%&%d:%p1%{255}%&%d%;%;m,
42
setb@, setf@, use=xterm+direct,
43
44
-xterm-direct256|xterm with direct-colors and 256 indexed colors,
45
- use=xterm+direct256, use=xterm,
46
+#xterm-direct256|xterm with direct-colors and 256 indexed colors,
47
+# use=xterm+direct256, use=xterm,
48
49
#### XTERM Features
50
51
@@ -6752,7 +6752,7 @@
52
# This article does not cover the HP 46020A keyboard that is used by the Model
53
# 217 and 237 computers. For information on this keyboard read the article,
54
# "The Series 300 ITE as System Console" found in the manual, HP-UX Concepts
55
-# and Tutorials, Vol. 7.
56
+# and Tutorials, Vol. 7.
57
#
58
# Possibly:
59
# http://bitsavers.trailing-edge.com/pdf/hp/9000_hpux/1986/97089-90042_198608_HP-UX_Concepts_and_Tutorials.pdf
60
@@ -7648,7 +7648,7 @@
61
# otherwise few reports, except cursor-position and mouse and some dtterm
62
# VT520 cursor-movement works, except for left/right margins
63
# supports xterm/DECSCUSR, though default case in vttest does not blink
64
-# Send: <27> [ 0 <32> q
65
+# Send: <27> [ 0 <32> q
66
# Text: The cursor should be a blinking rectangle
67
# partial support for xterm mouse any-event mode and button-event mode:
68
# + does not report focus-in/focus-out
69
70