config: add default.bold-text-in-bright option

This commit is contained in:
Daniel Eklöf 2020-11-14 11:21:51 +01:00
parent c764a45ee0
commit 34abf665e2
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 6 additions and 0 deletions

View file

@ -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;