Skip to content

Commit 9c316cc

Browse files
committed
Keep following a process when resuming process updates
Fixes: #1539
1 parent 49bb3c4 commit 9c316cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Action.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ static Htop_Reaction actionRedraw(ATTR_UNUSED State* st) {
634634

635635
static Htop_Reaction actionTogglePauseUpdate(State* st) {
636636
st->pauseUpdate = !st->pauseUpdate;
637-
return HTOP_REFRESH | HTOP_REDRAW_BAR;
637+
return HTOP_REFRESH | HTOP_REDRAW_BAR | HTOP_KEEP_FOLLOWING;
638638
}
639639

640640
static const struct {

0 commit comments

Comments
 (0)