From a5c46500f39bab23b513567bd1a7af197ea707c5 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Wed, 29 Mar 2023 10:43:58 +0200 Subject: Increase Search and Filter max string length to 128 As per discussion in https://github.com/htop-dev/htop/issues/1201#issuecomment-1486340598 Closes #1201, closes #1202 --- IncSet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IncSet.h') diff --git a/IncSet.h b/IncSet.h index 15b5d5d2..a84407e5 100644 --- a/IncSet.h +++ b/IncSet.h @@ -15,7 +15,7 @@ in the source distribution for its full text. #include "Vector.h" -#define INCMODE_MAX 40 +#define INCMODE_MAX 128 typedef enum { INC_SEARCH = 0, -- cgit v1.2.3