Skip to content
Snippets Groups Projects
Commit e8ce7771 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Some more fixes found from wikifying.

parent 7cde1563
No related branches found
No related tags found
No related merge requests found
Pipeline #5726 passed
...@@ -667,7 +667,7 @@ CSI Pn P (DCH) ...@@ -667,7 +667,7 @@ CSI Pn P (DCH)
CSI Pn S (SU) CSI Pn S (SU)
Scroll Up Scroll Up
Defaults: Pn = 1 Defaults: Pn = 1
Scrolls all text on the screen up Pn lines. New lines emptied at the Scrolls the screen up Pn lines. New lines emptied at the
bottom are filled with the current attribute. bottom are filled with the current attribute.
SOURCE: http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf SOURCE: http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf
...@@ -779,10 +779,10 @@ CSI < Ps c (CTDA) ...@@ -779,10 +779,10 @@ CSI < Ps c (CTDA)
6 - Extended palette is available 6 - Extended palette is available
7 - Mouse is available 7 - Mouse is available
CSI Ps d (VPA) CSI PN d (VPA)
Line Position Absolute Line Position Absolute
Defaults: Ps = 1 Defaults: Pn = 1
Moves to row specified by Ps. Moves to row specified by Pn.
SOURCE: http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf SOURCE: http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf
...@@ -795,8 +795,8 @@ CSI Pn SP d (TSR) ...@@ -795,8 +795,8 @@ CSI Pn SP d (TSR)
CSI Pn e (VPR) CSI Pn e (VPR)
Line Position Forward Line Position Forward
Defaults: Ps = 1 Defaults: Pn = 1
Moves forward Ps rows. Moves forward Pn rows.
SOURCE: http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf SOURCE: http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-048.pdf
...@@ -809,8 +809,8 @@ CSI Pn1 ; Pn2 f (HVP) ...@@ -809,8 +809,8 @@ CSI Pn1 ; Pn2 f (HVP)
CSI Ps g (TBC) CSI Ps g (TBC)
Tabulation Clear Tabulation Clear
Defaults: Pn = 0 Defaults: Ps = 0
Deletes tab stops according to the values of P1: Deletes tab stops according to the values of Ps:
0 - Deletes tab stop at current position. 0 - Deletes tab stop at current position.
3 - Deletes all tab stops. 3 - Deletes all tab stops.
5 - Deletes all tab stops. 5 - Deletes all tab stops.
...@@ -920,7 +920,7 @@ CSI ? Ps... h (DECSET) ...@@ -920,7 +920,7 @@ CSI ? Ps... h (DECSET)
SOURCE: xterm SOURCE: xterm
1006 - SGR encoded extended coordinates 1006 - SGR encoded extended coordinates
Instead of the CSI M method, the format of mouse reporting Instead of the CSI M method, the format of mouse reporting
is change to CSI < Pb ; Px ; Py M for presses and is changed to CSI < Pb ; Px ; Py M for presses and
CSI < Pb ; Px ; Py m for releases. CSI < Pb ; Px ; Py m for releases.
Instead of CSI M Instead of CSI M
Px and Py are one-based. Px and Py are one-based.
...@@ -1071,7 +1071,7 @@ CSI Ps... m (SGR) ...@@ -1071,7 +1071,7 @@ CSI Ps... m (SGR)
36 - Cyan foreground X X 36 - Cyan foreground X X
37 - White foreground X X 37 - White foreground X X
38 - Extended Foreground (see notes) X 38 - Extended Foreground (see notes) X
39 - Default foreground (same as white) X X 39 - Default foreground (same as white) X X
40 - Black background X X 40 - Black background X X
41 - Red background X X 41 - Red background X X
42 - Green background X X 42 - Green background X X
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment