]> granicus.if.org Git - procps-ng/commit
top: extend command line sort field override provision
authorJim Warner <james.warner@comcast.net>
Thu, 20 Dec 2012 06:00:00 +0000 (00:00 -0600)
committerCraig Small <csmall@enc.com.au>
Sat, 22 Dec 2012 06:11:34 +0000 (17:11 +1100)
commit2304af908cd6fa04a2bcaaa882affacc5563e470
tree1ccb9cd938052f96e0c8173b0275b01f82e428b5
parent2e7adced7481fe84701b3fb31e1b49ffdd9aab3b
top: extend command line sort field override provision

In a effort to anticipate a potential future wishlist,
the recent '-o' sort override command line switch will
now support an override of the sort direction as well.

By prepending a '+' or '-' to any valid field name the
user will be able to guarantee a specific desired sort
direction. The '+' forces a high-to-low (normal) order
while a '-' reverses that to yield a low-to-high sort.

Without this addition users would be left to the mercy
of whatever was last specified for Curwin as reflected
in the rcfile or top's default of a high-to-low order.

(everything is perfectly justified plus right margins)
(are completely filled, but of course it must be luck)

Signed-off-by: Jim Warner <james.warner@comcast.net>
top/top.1
top/top.c