mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[automaton] handle XTSMGRAPHICS failures #2517
This commit is contained in:
parent
23b593471a
commit
ecee3f1bd8
@ -1493,9 +1493,11 @@ build_cflow_automaton(inputctx* ictx){
|
||||
{ "[\\N;\\NR", cursor_location_cb, },
|
||||
{ "[?1;1S", NULL, }, // negative cregs XTSMGRAPHICS
|
||||
{ "[?1;2S", NULL, }, // negative cregs XTSMGRAPHICS
|
||||
{ "[?1;3S", NULL, }, // negative cregs XTSMGRAPHICS
|
||||
{ "[?1;3;0S", NULL, }, // negative cregs XTSMGRAPHICS
|
||||
{ "[?2;1S", NULL, }, // negative pixels XTSMGRAPHICS
|
||||
{ "[?2;2S", NULL, }, // negative pixels XTSMGRAPHICS
|
||||
{ "[?2;3S", NULL, }, // negative pixels XTSMGRAPHICS
|
||||
{ "[?2;3;0S", NULL, }, // negative pixels XTSMGRAPHICS
|
||||
{ "[?6c", da1_vt102_cb, }, // CSI ? 6 c ("VT102")
|
||||
{ "[?7c", da1_cb, }, // CSI ? 7 c ("VT131")
|
||||
|
Loading…
x
Reference in New Issue
Block a user