Skip to content

Commit

Permalink
[automaton] handle XTSMGRAPHICS failures #2517
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Jan 1, 2022
1 parent 23b5934 commit ecee3f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/in.c
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit ecee3f1

Please sign in to comment.