|
|
@ -671,10 +671,11 @@ CSI ? <i>Pm</i> h |
|
|
|
<i>Ps</i> = 1 -> Application Cursor Keys (DECCKM). |
|
|
|
<i>Ps</i> = 1 -> Application Cursor Keys (DECCKM). |
|
|
|
<i>Ps</i> = 2 -> Designate USASCII for character sets G0-G3 |
|
|
|
<i>Ps</i> = 2 -> Designate USASCII for character sets G0-G3 |
|
|
|
(DECANM), <del>and set VT100 mode.</del> |
|
|
|
(DECANM), <del>and set VT100 mode.</del> |
|
|
|
<del><i>Ps</i> = 3 -> 132 Column Mode (DECCOLM).</del> |
|
|
|
<i>Ps</i> = 3 -> 132 Column Mode (DECCOLM). <ins>ESPTerm doesn't have enough RAM for 132x25, |
|
|
|
|
|
|
|
but it implements the side effects of clearing the screen and resetting the scolling region.</ins> |
|
|
|
<del><i>Ps</i> = 4 -> Smooth (Slow) Scroll (DECSCLM).</del> |
|
|
|
<del><i>Ps</i> = 4 -> Smooth (Slow) Scroll (DECSCLM).</del> |
|
|
|
<i>Ps</i> = 5 -> Reverse Video (DECSCNM). |
|
|
|
<i>Ps</i> = 5 -> Reverse Video (DECSCNM). |
|
|
|
<i>Ps</i> = 6 -> Origin Mode (DECOM). <ins><b>TODO implement</b></ins> |
|
|
|
<i>Ps</i> = 6 -> Origin Mode (DECOM). |
|
|
|
<i>Ps</i> = 7 -> Wraparound Mode (DECAWM). |
|
|
|
<i>Ps</i> = 7 -> Wraparound Mode (DECAWM). |
|
|
|
<del><i>Ps</i> = 8 -> Auto-repeat Keys (DECARM).</del> |
|
|
|
<del><i>Ps</i> = 8 -> Auto-repeat Keys (DECARM).</del> |
|
|
|
<del><i>Ps</i> = 9 -> Send Mouse X & Y on button press. See the sec- |
|
|
|
<del><i>Ps</i> = 9 -> Send Mouse X & Y on button press. See the sec- |
|
|
@ -1078,7 +1079,7 @@ CSI ! p Soft terminal reset (DECSTR). |
|
|
|
<i>Ps</i> = 2 -> DECSED and DECSEL can erase.</del> |
|
|
|
<i>Ps</i> = 2 -> DECSED and DECSEL can erase.</del> |
|
|
|
CSI <i>Ps</i> ; <i>Ps</i> r |
|
|
|
CSI <i>Ps</i> ; <i>Ps</i> r |
|
|
|
Set Scrolling Region [top;bottom] (default = full size of win- |
|
|
|
Set Scrolling Region [top;bottom] (default = full size of win- |
|
|
|
dow) (DECSTBM). <ins><b>TODO</b> implement</ins> |
|
|
|
dow) (DECSTBM). |
|
|
|
CSI ? <i>Pm</i> r |
|
|
|
CSI ? <i>Pm</i> r |
|
|
|
Restore DEC Private Mode Values. The value of <i>Ps</i> previously |
|
|
|
Restore DEC Private Mode Values. The value of <i>Ps</i> previously |
|
|
|
saved is restored. <i>Ps</i> values are the same as for DECSET. <ins><b>TODO</b> implement</ins> |
|
|
|
saved is restored. <i>Ps</i> values are the same as for DECSET. <ins><b>TODO</b> implement</ins> |
|
|
@ -1304,10 +1305,12 @@ OSC <i>Ps</i> ; <i>Pt</i> ST |
|
|
|
and window title. |
|
|
|
and window title. |
|
|
|
<i>Ps</i> = 0 -> Change <del>Icon Name and</del> Window Title to <i>Pt</i>. |
|
|
|
<i>Ps</i> = 0 -> Change <del>Icon Name and</del> Window Title to <i>Pt</i>. |
|
|
|
<del><i>Ps</i> = 1 -> Change Icon Name to <i>Pt</i>.</del> |
|
|
|
<del><i>Ps</i> = 1 -> Change Icon Name to <i>Pt</i>.</del> |
|
|
|
<i>Ps</i> = 2 -> Change Window Title to <i>Pt</i>. |
|
|
|
<i>Ps</i> = 2 -> Change Window Title to <i>Pt</i>. <ins>(same as 0)</ins> |
|
|
|
<del><i>Ps</i> = 3 -> Set X property on top-level window. <i>Pt</i> should be |
|
|
|
<del><i>Ps</i> = 3 -> Set X property on top-level window. <i>Pt</i> should be |
|
|
|
in the form "<i>prop=value</i>", or just "<i>prop</i>" to delete the prop- |
|
|
|
in the form "<i>prop=value</i>", or just "<i>prop</i>" to delete the prop- |
|
|
|
erty</del> |
|
|
|
erty</del> |
|
|
|
|
|
|
|
<ins><i>Ps</i> = 81-85 -> Change text of button 1 through 5. Empty string |
|
|
|
|
|
|
|
makes the button appear disabled (grayed out).</ins> |
|
|
|
<del><i>Ps</i> = 4 ; <i>c</i>; <i>spec</i> -> Change Color Number <i>c</i> to the color spec- |
|
|
|
<del><i>Ps</i> = 4 ; <i>c</i>; <i>spec</i> -> Change Color Number <i>c</i> to the color spec- |
|
|
|
ified by <i>spec</i>. This can be a name or RGB specification as per |
|
|
|
ified by <i>spec</i>. This can be a name or RGB specification as per |
|
|
|
<i>XParseColor</i>. Any number of <i>c</i>/<i>spec</i> pairs may be given. The |
|
|
|
<i>XParseColor</i>. Any number of <i>c</i>/<i>spec</i> pairs may be given. The |
|
|
|