diff --git a/src/term.c b/src/term.c index 77ad08bf18..008734c275 100644 --- a/src/term.c +++ b/src/term.c @@ -5519,8 +5519,8 @@ check_termcode( // no match for "code;*X" with "code;" continue; else if (termcodes[idx].code[modslen] == '@' - && tp[modslen] != '1') - // no match for "[@" with "[1" + && (tp[modslen] != '1' || tp[modslen + 1] != ';')) + // no match for "[@" with "[1;" continue; else { diff --git a/src/version.c b/src/version.c index 86cf25ad0c..7e422594f4 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 827, /**/ 826, /**/