mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
UTF-8, update_screen_driver: Restore all original options.
This commit is contained in:
parent
73b67d34dc
commit
b493ab8b9e
@ -256,6 +256,10 @@ update_screen_driver(struct screen_driver *driver, struct option *term_spec)
|
||||
const int cp = get_opt_codepage_tree(term_spec, "charset");
|
||||
int utf8_io = get_opt_bool_tree(term_spec, "utf_8_io");
|
||||
|
||||
/* Copy all the original options from constants, so that this
|
||||
* function need not carefully restore options one by one. */
|
||||
copy_struct(&driver->opt, &screen_drivers[driver->type]->opt);
|
||||
|
||||
#ifdef CONFIG_UTF8
|
||||
/* Force UTF-8 I/O if the UTF-8 charset is selected. Various
|
||||
* places assume that the terminal's charset is unibyte if
|
||||
|
Loading…
Reference in New Issue
Block a user