From 572546f8063095ff3195ef10823ec1f4882092f3 Mon Sep 17 00:00:00 2001 From: Hisham Date: Thu, 5 May 2016 10:30:06 -0300 Subject: Auto-follow process after a search. See #237. --- IncSet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'IncSet.h') diff --git a/IncSet.h b/IncSet.h index db05eccd..27538f4b 100644 --- a/IncSet.h +++ b/IncSet.h @@ -35,6 +35,7 @@ typedef struct IncSet_ { IncMode* active; FunctionBar* defaultBar; bool filtering; + bool found; } IncSet; typedef const char* (*IncMode_GetPanelValue)(Panel*, int); -- cgit v1.2.3