From 9e6370a88622da160330dd46d0d28cb61350edbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20G=C3=B6rig?= Date: Thu, 16 Dec 2010 10:25:36 +0100 Subject: [PATCH] clear screen after fields selection Author: Tomas Smetana Bug-Redhat: https://bugzilla.redhat.com/show_bug.cgi?id=440694 --- top.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/top.c b/top.c index a7496b60..1f581d1c 100644 --- a/top.c +++ b/top.c @@ -2071,6 +2071,7 @@ static void fields_sort (void) *p = x + 'A'; Curwin->rc.sortindx = x; putp(Cap_curs_norm); + putp(Cap_clr_scr); } @@ -2096,6 +2097,7 @@ static void fields_toggle (void) *p = i + 'A'; } putp(Cap_curs_norm); + putp(Cap_clr_scr); } /*###### Windows/Field Groups support #################################*/