[sql-view] use A_REVERSE with graphable column names since it's hard to see the color otherwise

This commit is contained in:
Timothy Stack 2018-05-06 06:53:11 -07:00
parent a8d675344f
commit c83c31fb65

View File

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