]> granicus.if.org Git - procps-ng/commit
top: improve USE_X_COLHDR effect when colors toggled off
authorJim Warner <james.warner@comcast.net>
Thu, 19 Jan 2012 20:33:34 +0000 (14:33 -0600)
committerCraig Small <csmall@enc.com.au>
Wed, 8 Feb 2012 09:57:38 +0000 (20:57 +1100)
commit0c6aa6af4190be60853acced8023470c3d1910c1
treeb8baff13764fdd5d868df6abd71daf205c40f54f
parent9573a6fe5b945ae4acd126cb8f285ee3434c2296
top: improve USE_X_COLHDR effect when colors toggled off

Normally, when the chosen sort column is displayed via the
'x' command toggle the entire column is highlighted.  And
while this version of top substantially reduced the cost
of such highlighting, a small pathlength increase remained.

The USE_X_COLHDR define was an experimental alternative which
eliminated all recurring runtime costs for such emphasis by
highlighting the column header, not the entire column.

The previous implementation required colors to be turned on
(the 'z' toggle) for such highlighting to be visible.  This
commit extends column header emphasis to include monochrome
displays as well.

Reference:
http://www.freelists.org/post/procps/post-nls-merge,6
top/top.c