1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[options] Set 32 as default value for background character

This commit is contained in:
Witold Filipczyk 2022-05-04 12:06:51 +02:00
parent eab8034695
commit cdccaeaf21

View File

@ -1525,7 +1525,7 @@ static union option_info config_options_info[] = {
#endif
INIT_OPT_INT("ui", N_("Background character"),
"background_char", OPT_ZERO, 32, INT_MAX, 0x2591,
"background_char", OPT_ZERO, 32, INT_MAX, 32,
N_("Integer value of background character.")),
INIT_OPT_BOOL("ui", N_("Back to exit"),