Log terminal overrides.

pull/1/head
Nicholas Marriott 2011-12-01 23:47:08 +00:00
parent 31f13e49d8
commit c44d2d854f
1 changed files with 2 additions and 0 deletions

View File

@ -263,6 +263,8 @@ tty_term_override(struct tty_term *term, const char *overrides)
} else
val = xstrdup("");
log_debug("%s override: %s %s",
term->name, entstr, removeflag ? "@" : val);
for (i = 0; i < NTTYCODE; i++) {
ent = &tty_term_codes[i];
if (strcmp(entstr, ent->name) != 0)