Skip to content

Commit 08abd5b

Browse files
Update vga.rst
1 parent 9ac147d commit 08abd5b

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

docs/source/vga.rst

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -527,19 +527,29 @@ Fe Escape Sequences
527527
-------------------
528528

529529
.. list-table::
530-
:widths: 10 5 5 5 75
530+
:widths: 15 5 5 75
531531
:header-rows: 1
532532

533533
* - Code
534-
- C1
535534
- Abbr
536535
- Name
537536
- Effect
538-
* - ESC [
539-
- 0x9B
537+
* - ESC \[
540538
- CSI
541539
- Control Sequence Inducer
542540
- Begins most of the interesting sequences.
541+
* - ESC N
542+
- 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.
543553

544554

545555
CSI Sequences

0 commit comments

Comments
 (0)