mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-16 08:21:20 -04:00
Update uppercase-regex-insert for PR feedback.
- Default to `true` - Note default value in config - Fix changelog link - Add config test
This commit is contained in:
parent
2a796d77e3
commit
4d19e829b3
5 changed files with 6 additions and 3 deletions
2
config.c
2
config.c
|
|
@ -3378,7 +3378,7 @@ config_load(struct config *conf, const char *conf_path,
|
|||
.strikeout_thickness = {.pt = 0., .px = -1},
|
||||
.dpi_aware = false,
|
||||
.gamma_correct = false,
|
||||
.uppercase_regex_insert = false,
|
||||
.uppercase_regex_insert = true,
|
||||
.security = {
|
||||
.osc52 = OSC52_ENABLED,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue