Skip to content

Commit 38b78d0

Browse files
committed
Change max amount of custom states from 10 to 15
The memory fragmentation issue was resolved, so 15 custom states should be fine.
1 parent dd67a7a commit 38b78d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ttyd-tools/rel/include/global.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ struct CustomStateStruct
10511051

10521052
struct ManageCustomStates
10531053
{
1054-
#define CUSTOM_STATES_MAX_COUNT 10
1054+
#define CUSTOM_STATES_MAX_COUNT 15
10551055
#define CUSTOM_STATES_MAX_NAMES_PER_PAGE 18
10561056

10571057
CustomStateStruct *State;

0 commit comments

Comments
 (0)