Move struct options into options.c.

This commit is contained in:
nicm
2015-10-27 15:58:42 +00:00
parent 67c3a014b9
commit 44657bf932
37 changed files with 223 additions and 201 deletions

View File

@ -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. */