Change default active tab bar attributes
It mostly just looked weird when the underline wasn't on the last row.
This commit is contained in:
parent
5d5f73f22f
commit
ebda305e2d
2
nncmpp.c
2
nncmpp.c
|
@ -28,7 +28,7 @@
|
||||||
XX( REMAINS, remains, -1, -1, A_UNDERLINE ) \
|
XX( REMAINS, remains, -1, -1, A_UNDERLINE ) \
|
||||||
/* Tab bar */ \
|
/* Tab bar */ \
|
||||||
XX( TAB_BAR, tab_bar, -1, -1, A_REVERSE ) \
|
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 */ \
|
/* Listview */ \
|
||||||
XX( HEADER, header, -1, -1, A_UNDERLINE ) \
|
XX( HEADER, header, -1, -1, A_UNDERLINE ) \
|
||||||
XX( EVEN, even, -1, -1, 0 ) \
|
XX( EVEN, even, -1, -1, 0 ) \
|
||||||
|
|
Loading…
Reference in New Issue