We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac147d commit 08abd5bCopy full SHA for 08abd5b
docs/source/vga.rst
@@ -527,19 +527,29 @@ Fe Escape Sequences
527
-------------------
528
529
.. list-table::
530
- :widths: 10 5 5 5 75
+ :widths: 15 5 5 75
531
:header-rows: 1
532
533
* - Code
534
- - C1
535
- Abbr
536
- Name
537
- Effect
538
- * - ESC [
539
- - 0x9B
+ * - ESC \[
540
- CSI
541
- Control Sequence Inducer
542
- Begins most of the interesting sequences.
+ * - ESC N
+ - SS2
543
+ - Single Shift Two
544
+ - No SS2 commands implemented.
545
+ * - ESC O
546
+ - SS3
547
+ - Single Shift Three
548
+ - No SS3 commands implemented.
549
+ * - ESC c
550
+ - RIS
551
+ - Reset to Initial State
552
+ - Completely resets the terminal.
553
554
555
CSI Sequences
0 commit comments