1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

[options] latin1_title is bool.

This commit is contained in:
Witold Filipczyk 2020-07-05 12:21:22 +02:00
parent e885341db1
commit ed8818f4a1

View File

@ -796,7 +796,7 @@ register_autocreated_options(void)
get_opt_bool("terminal.fbterm.underline", NULL) = 0; get_opt_bool("terminal.fbterm.underline", NULL) = 0;
#endif #endif
get_opt_int("terminal.st-256color.type", NULL) = TERM_VT100; get_opt_int("terminal.st-256color.type", NULL) = TERM_VT100;
get_opt_int("terminal.st-256color.latin1_title", NULL) = 0; get_opt_bool("terminal.st-256color.latin1_title", NULL) = 0;
#ifdef CONFIG_TRUE_COLOR #ifdef CONFIG_TRUE_COLOR
get_opt_int("terminal.st-256color.colors", NULL) = COLOR_MODE_TRUE_COLOR; get_opt_int("terminal.st-256color.colors", NULL) = COLOR_MODE_TRUE_COLOR;
#elif defined(CONFIG_256_COLORS) #elif defined(CONFIG_256_COLORS)