mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Move struct options into options.c.
This commit is contained in:
@ -457,7 +457,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