From: Jim Warner Date: Mon, 1 Oct 2012 04:59:59 +0000 (-0500) Subject: top: for user justify feature, remember old-top needs X-Git-Tag: v3.3.4~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb6cc9c15927981b874bc7cec1ff46bfa8300271;p=procps-ng top: for user justify feature, remember old-top needs Signed-off-by: Jim Warner --- diff --git a/top/top.c b/top/top.c index 053caf1d..e5e4b3bb 100644 --- a/top/top.c +++ b/top/top.c @@ -2341,6 +2341,7 @@ static int config_cvt (WIN_t *q) { } } q->rc.winflags |= x; + SETw(q, Show_JRNUMS); // now let's convert old top's more limited fields... j = strlen(q->rc.fieldscur);