1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-01 02:05:33 +00:00

Merge branch 'master' into libdompart1

This commit is contained in:
Witold Filipczyk 2020-07-05 12:23:32 +02:00
commit e184c9c1c8

View File

@ -796,7 +796,7 @@ register_autocreated_options(void)
get_opt_bool("terminal.fbterm.underline", NULL) = 0;
#endif
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
get_opt_int("terminal.st-256color.colors", NULL) = COLOR_MODE_TRUE_COLOR;
#elif defined(CONFIG_256_COLORS)