]> granicus.if.org Git - procps-ng/commit
top: add intra-column horizontal scrolling
authorJim Warner <james.warner@comcast.net>
Sat, 30 Jun 2012 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Wed, 29 Aug 2012 07:28:18 +0000 (17:28 +1000)
commita652ba8c9db66e93fe979949fff02aff6146004e
treee274a77f71b737e2748311a0b1f5b416dbcac9cf
parentf4666e1743cf68a08b9d09cc25015ff4a45dfdbe
top: add intra-column horizontal scrolling

This commit introduces horizontal scrolling within any
variable width column.  Thus, an entire command line,
complete list of control groups, etc. can now be
viewed -- not just a screen width's portion.

It is activated when any variable width column:
 . is (via field selection) or
 . has become (via the right arrow key)
the only displayed field.

Then, the right and left arrow keys can be used in the
normal way to continue scrolling within that column.

The amount scrolled with each key press is currently
set as the normal tab stop increment of 8 characters.

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