mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Apply terminal-overrides after terminal detection, it always takes
precedence.
This commit is contained in:
3
tty.c
3
tty.c
@ -469,7 +469,8 @@ tty_update_features(struct tty *tty)
|
||||
{
|
||||
struct client *c = tty->client;
|
||||
|
||||
tty_apply_features(tty->term, c->term_features);
|
||||
if (tty_apply_features(tty->term, c->term_features))
|
||||
tty_term_apply_overrides(tty->term);
|
||||
|
||||
if (tty_use_margin(tty))
|
||||
tty_puts(tty, "\033[?69h"); /* DECLRMM */
|
||||
|
Reference in New Issue
Block a user