From b47bc667a254c1b1a8d6b5a635ca73f6c91c2e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Mon, 5 Oct 2020 15:14:54 +0200 Subject: Add key to pause process list updates --- Action.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Action.h') diff --git a/Action.h b/Action.h index 4f85b481..40300ed4 100644 --- a/Action.h +++ b/Action.h @@ -30,6 +30,7 @@ typedef struct State_ { ProcessList* pl; Panel* panel; Header* header; + bool pauseProcessUpdate; } State; typedef Htop_Reaction (*Htop_Action)(State* st); -- cgit v1.2.3