mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-23 22:46:36 +03:00
Keep following status when no key is pressed.
This commit is contained in:
@ -99,6 +99,8 @@ static HandlerResult MainPanel_eventHandler(Panel* super, int ch) {
|
|||||||
} else {
|
} else {
|
||||||
if (ch != ERR) {
|
if (ch != ERR) {
|
||||||
this->pidSearch = 0;
|
this->pidSearch = 0;
|
||||||
|
} else {
|
||||||
|
reaction |= HTOP_KEEP_FOLLOWING;
|
||||||
}
|
}
|
||||||
switch (ch) {
|
switch (ch) {
|
||||||
case KEY_LEFT:
|
case KEY_LEFT:
|
||||||
|
Reference in New Issue
Block a user