mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-25 11:54:04 +00:00
Sync OpenBSD patchset 985:
Log terminal overrides.
This commit is contained in:
parent
876f46abb9
commit
f308663ad4
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue