diff --git a/tty-term.c b/tty-term.c index 2338b42c..18858501 100644 --- a/tty-term.c +++ b/tty-term.c @@ -249,7 +249,8 @@ tty_term_override(struct tty_term *term, const char *overrides) } else if (entstr[strlen(entstr) - 1] == '@') { entstr[strlen(entstr) - 1] = '\0'; removeflag = 1; - } + } else + continue; for (i = 0; i < NTTYCODE; i++) { ent = &tty_term_codes[i];