mirror of https://github.com/xzeldon/htop.git
Keep following status when no key is pressed.
This commit is contained in:
parent
fde3457235
commit
d4256d6300
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue