diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2011-12-01 23:47:08 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2011-12-01 23:47:08 +0000 |
commit | c44d2d854fb2d7ed305b14d9a57b1da1c45e425c (patch) | |
tree | a09568a9f442f2bab0fa8f1044f76c6d83d30d5c | |
parent | 31f13e49d8534c893590e0a1e1fbcae1adf03d02 (diff) | |
download | rtmux-c44d2d854fb2d7ed305b14d9a57b1da1c45e425c.tar.gz rtmux-c44d2d854fb2d7ed305b14d9a57b1da1c45e425c.tar.bz2 rtmux-c44d2d854fb2d7ed305b14d9a57b1da1c45e425c.zip |
Log terminal overrides.
-rw-r--r-- | tty-term.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |