We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49bb3c4 commit 9c316ccCopy full SHA for 9c316cc
1 file changed
Action.c
@@ -634,7 +634,7 @@ static Htop_Reaction actionRedraw(ATTR_UNUSED State* st) {
634
635
static Htop_Reaction actionTogglePauseUpdate(State* st) {
636
st->pauseUpdate = !st->pauseUpdate;
637
- return HTOP_REFRESH | HTOP_REDRAW_BAR;
+ return HTOP_REFRESH | HTOP_REDRAW_BAR | HTOP_KEEP_FOLLOWING;
638
}
639
640
static const struct {
0 commit comments