]> granicus.if.org Git - procps-ng/commit
top: treat additional keys like the find_string() keys
authorJim Warner <james.warner@comcast.net>
Mon, 23 Jan 2012 20:44:13 +0000 (14:44 -0600)
committerCraig Small <csmall@enc.com.au>
Wed, 8 Feb 2012 09:57:44 +0000 (20:57 +1100)
commitd7c986cd3031db263b34fca4d4772abaa3a14c9f
tree94c40dc9a2d4fd0e5f4f23d434a92b42545e6ea6
parent0c6aa6af4190be60853acced8023470c3d1910c1
top: treat additional keys like the find_string() keys

With the introduction of the 'locate string' provisions,
the precedent for calling tertiary helper functions from
secondary do_key helper functions was established.

This commit simply migrates some additional keys out of
the do_key function itself and into the more generalized
key table.
top/top.c