mirror of
https://gitlab.com/procps-ng/procps.git
synced 2025-01-10 09:48:30 +08:00
clear screen after fields selection
Author: Tomas Smetana <tsmetana@redhat.com> Bug-Redhat: https://bugzilla.redhat.com/show_bug.cgi?id=440694
This commit is contained in:
parent
356a1f9a37
commit
9e6370a886
2
top.c
2
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 #################################*/
|
||||
|
Loading…
Reference in New Issue
Block a user