mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 06:17:04 +00:00
Merge branch 'obsd-master'
Conflicts: Makefile client.c server-client.c server.c tmux.c tmux.h
This commit is contained in:
@ -460,7 +460,7 @@ tty_term_find(char *name, int fd, char **cause)
|
||||
}
|
||||
|
||||
/* Apply terminal overrides. */
|
||||
s = options_get_string(&global_options, "terminal-overrides");
|
||||
s = options_get_string(global_options, "terminal-overrides");
|
||||
tty_term_override(term, s);
|
||||
|
||||
/* Delete curses data. */
|
||||
|
Reference in New Issue
Block a user