Skip to content

Commit

Permalink
Keep following a process when resuming process updates
Browse files Browse the repository at this point in the history
Fixes: #1539
  • Loading branch information
BenBE committed Sep 22, 2024
1 parent 49bb3c4 commit 9c316cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Action.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ static Htop_Reaction actionRedraw(ATTR_UNUSED State* st) {

static Htop_Reaction actionTogglePauseUpdate(State* st) {
st->pauseUpdate = !st->pauseUpdate;
return HTOP_REFRESH | HTOP_REDRAW_BAR;
return HTOP_REFRESH | HTOP_REDRAW_BAR | HTOP_KEEP_FOLLOWING;
}

static const struct {
Expand Down

0 comments on commit 9c316cc

Please sign in to comment.