summaryrefslogtreecommitdiffstats
path: root/IncSet.h
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2023-03-29 10:43:58 +0200
committerDaniel Lange <DLange@git.local>2023-03-29 10:43:58 +0200
commita5c46500f39bab23b513567bd1a7af197ea707c5 (patch)
tree99215c1debcbaec7ef2b8e6a89d466a0426500b2 /IncSet.h
parente207c8aebdcdb88bc8ab838e2ac3dd1774d6a618 (diff)
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
Diffstat (limited to 'IncSet.h')
-rw-r--r--IncSet.h2
1 files changed, 1 insertions, 1 deletions
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,

© 2014-2024 Faster IT GmbH | imprint | privacy policy