aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2011-12-06 18:48:45 +0000
committerTiago Cunha <tcunha@gmx.com>2011-12-06 18:48:45 +0000
commitf308663ad419ab14766892bb3f26a2aaedddc24a (patch)
treec084b9c44f6339fcd2db7902374f88b9a7334ec0
parent876f46abb9771c3488dfd5d32c688b77725b719f (diff)
downloadrtmux-f308663ad419ab14766892bb3f26a2aaedddc24a.tar.gz
rtmux-f308663ad419ab14766892bb3f26a2aaedddc24a.tar.bz2
rtmux-f308663ad419ab14766892bb3f26a2aaedddc24a.zip
Sync OpenBSD patchset 985:
Log terminal overrides.
-rw-r--r--tty-term.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tty-term.c b/tty-term.c
index 2fe59e4d..839abc67 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -266,6 +266,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)