From bb6cc9c15927981b874bc7cec1ff46bfa8300271 Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Sun, 30 Sep 2012 23:59:59 -0500 Subject: [PATCH] top: for user justify feature, remember old-top needs Signed-off-by: Jim Warner --- top/top.c | 1 + 1 file changed, 1 insertion(+) 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); -- 2.40.0