mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-23 05:33:57 -04:00
config: add default.bold-text-in-bright option
This commit is contained in:
parent
c764a45ee0
commit
34abf665e2
3 changed files with 6 additions and 0 deletions
1
config.h
1
config.h
|
|
@ -79,6 +79,7 @@ struct config {
|
|||
unsigned pad_x;
|
||||
unsigned pad_y;
|
||||
|
||||
bool bold_in_bright;
|
||||
bool bell_is_urgent;
|
||||
|
||||
enum { STARTUP_WINDOWED, STARTUP_MAXIMIZED, STARTUP_FULLSCREEN } startup_mode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue