mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
[DA1] restore comments about VT101, VT100, VT132
This commit is contained in:
parent
f44799e226
commit
40dacc3f4e
@ -1256,7 +1256,10 @@ build_cflow_automaton(inputctx* ictx){
|
||||
{ "[?2;3;0S", NULL, }, // negative pixels XTSMGRAPHICS
|
||||
{ "[?6c", da1_vt102_cb, }, // CSI ? 6 c ("VT102")
|
||||
{ "[?7c", da1_cb, }, // CSI ? 7 c ("VT131")
|
||||
// CSI ? 1 ; 0 c ("VT101 with No Options")
|
||||
// CSI ? 1 ; 2 c ("VT100 with Advanced Video Option")
|
||||
// CSI ? 1 2 ; Ps c ("VT125")
|
||||
// CSI ? 4 ; 6 c ("VT132 with Advanced Video and Graphics")
|
||||
// CSI ? 6 0 ; Ps c (kmscon)
|
||||
// CSI ? 6 2 ; Ps c ("VT220")
|
||||
// CSI ? 6 3 ; Ps c ("VT320")
|
||||
|
Loading…
Reference in New Issue
Block a user