[automaton] handle XTSMGRAPHICS failures #2517

This commit is contained in:
nick black 2022-01-01 14:20:58 -05:00
parent 23b593471a
commit ecee3f1bd8
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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")