]> granicus.if.org Git - procps-ng/commit
top: allow re-ordering of saved line input upon recall
authorJim Warner <james.warner@comcast.net>
Fri, 22 Feb 2013 06:00:00 +0000 (00:00 -0600)
committerJaromir Capik <jcapik@redhat.com>
Wed, 27 Feb 2013 16:03:54 +0000 (17:03 +0100)
commit5ee1286625a8f7ef9cba84172d2143232f4f65d3
tree70061508dee53f25da6817a2253ef2d2bad60795
parent5c3fffcf289c89f6a1171f18e33365f909d096d5
top: allow re-ordering of saved line input upon recall

The original implementation of input line recall keeps
strings in the order established when initially added.
With this commit, that has been changed so any matched
string moves to the top of the saved input line stack.

[ well technically not the top since that's occupied ]
[ by an 'empty' string which serves multiple masters ]

Thus, the most frequently referenced strings over time
will percolate up and remain the most easily recalled.
But just in case anybody prefers the strict historical
ordering, a #define can restore the original behavior.

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

Reference(s):
commit 2efe275512f62f1e25fda96ebc8446b52c6882f0

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