mirror of
https://github.com/tmate-io/tmate.git
synced 2025-04-02 20:06:47 +02:00
Log terminal overrides.
This commit is contained in:
parent
31f13e49d8
commit
c44d2d854f
@ -263,6 +263,8 @@ tty_term_override(struct tty_term *term, const char *overrides)
|
|||||||
} else
|
} else
|
||||||
val = xstrdup("");
|
val = xstrdup("");
|
||||||
|
|
||||||
|
log_debug("%s override: %s %s",
|
||||||
|
term->name, entstr, removeflag ? "@" : val);
|
||||||
for (i = 0; i < NTTYCODE; i++) {
|
for (i = 0; i < NTTYCODE; i++) {
|
||||||
ent = &tty_term_codes[i];
|
ent = &tty_term_codes[i];
|
||||||
if (strcmp(entstr, ent->name) != 0)
|
if (strcmp(entstr, ent->name) != 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user