mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
Be more specific in SyncTERM DA response.
SyncTERM has constant values after CSI =, so may as well avoid false matches.
This commit is contained in:
parent
b8bdc445c6
commit
4526270689
@ -1842,7 +1842,7 @@ build_cflow_automaton(inputctx* ictx){
|
||||
{ "[?2;0;\\N;\\NS", xtsmgraphics_sixel_cb, },
|
||||
{ "[>83;\\N;0c", da2_screen_cb, },
|
||||
{ "[>\\N;\\N;\\Nc", da2_cb, },
|
||||
{ "[=\\N;\\Dc", da1_syncterm_cb, }, // CSI da1 form as issued by SyncTERM
|
||||
{ "[=67;84;101;114;109;\\Dc", da1_syncterm_cb, }, // CSI da1 form as issued by SyncTERM
|
||||
// DCS (\eP...ST)
|
||||
{ "P0+\\S", NULL, }, // negative XTGETTCAP
|
||||
{ "P1+r\\S", tcap_cb, }, // positive XTGETTCAP
|
||||
|
Loading…
x
Reference in New Issue
Block a user