diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-06-15 14:38:47 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-06-15 14:38:47 +0200 |
commit | ebda305e2de85015b202f2a50ec25dc05f701f33 (patch) | |
tree | 20046e1cfa2a79a252e88b48ba99be0bba0a8fb2 | |
parent | 5d5f73f22f4802ff1cc3a6895d1e6009337b9ffe (diff) | |
download | nncmpp-ebda305e2de85015b202f2a50ec25dc05f701f33.tar.gz nncmpp-ebda305e2de85015b202f2a50ec25dc05f701f33.tar.xz nncmpp-ebda305e2de85015b202f2a50ec25dc05f701f33.zip |
Change default active tab bar attributes
It mostly just looked weird when the underline wasn't on the last row.
-rw-r--r-- | nncmpp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ XX( REMAINS, remains, -1, -1, A_UNDERLINE ) \ /* Tab bar */ \ XX( TAB_BAR, tab_bar, -1, -1, A_REVERSE ) \ - XX( TAB_ACTIVE, tab_active, -1, -1, A_UNDERLINE ) \ + XX( TAB_ACTIVE, tab_active, -1, -1, A_BOLD ) \ /* Listview */ \ XX( HEADER, header, -1, -1, A_UNDERLINE ) \ XX( EVEN, even, -1, -1, 0 ) \ |