mirror of
https://github.com/tstack/lnav
synced 2024-11-03 23:15:38 +00:00
[sql-view] use A_REVERSE with graphable column names since it's hard to see the color otherwise
This commit is contained in:
parent
a8d675344f
commit
c83c31fb65
@ -454,7 +454,7 @@ public:
|
||||
dls->dls_headers[lpc].hm_column_size);
|
||||
|
||||
int attrs =
|
||||
vc.attrs_for_ident(dls->dls_headers[lpc].hm_name) | A_UNDERLINE;
|
||||
vc.attrs_for_ident(dls->dls_headers[lpc].hm_name) | A_REVERSE;
|
||||
if (!this->dos_labels->dls_headers[lpc].hm_graphable) {
|
||||
attrs = A_UNDERLINE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user