fix: remove default character limit

This commit is contained in:
Christian Rocha
2024-11-15 08:30:03 -05:00
parent f439d83043
commit 398e92c5ae
+1 -1
View File
@@ -24,7 +24,7 @@ const (
minHeight = 1
defaultHeight = 6
defaultWidth = 40
defaultCharLimit = 400
defaultCharLimit = 0 // no limit
defaultMaxHeight = 99
defaultMaxWidth = 500