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:
parent
eab8034695
commit
cdccaeaf21
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user