config: change default multiplier from 1.0 -> 3.0

This commit is contained in:
Daniel Eklöf 2020-09-29 09:50:17 +02:00
parent 08c1b35614
commit ebd1476baf
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 3 additions and 3 deletions

View file

@ -1869,7 +1869,7 @@ config_load(struct config *conf, const char *conf_path,
.format = SCROLLBACK_INDICATOR_FORMAT_TEXT,
.text = wcsdup(L""),
},
.multiplier = 1.,
.multiplier = 3.,
},
.colors = {
.fg = default_foreground,