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:
2
top.c
2
top.c
@@ -2071,6 +2071,7 @@ static void fields_sort (void)
|
|||||||
*p = x + 'A';
|
*p = x + 'A';
|
||||||
Curwin->rc.sortindx = x;
|
Curwin->rc.sortindx = x;
|
||||||
putp(Cap_curs_norm);
|
putp(Cap_curs_norm);
|
||||||
|
putp(Cap_clr_scr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -2096,6 +2097,7 @@ static void fields_toggle (void)
|
|||||||
*p = i + 'A';
|
*p = i + 'A';
|
||||||
}
|
}
|
||||||
putp(Cap_curs_norm);
|
putp(Cap_curs_norm);
|
||||||
|
putp(Cap_clr_scr);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*###### Windows/Field Groups support #################################*/
|
/*###### Windows/Field Groups support #################################*/
|
||||||
|
Reference in New Issue
Block a user