You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The max line count of 99 is apparently based on the default 2d rune slice in bubbles textarea New() function.
It uses the defaultMaxHeight as a line count during initialization, which is set to 99.
Describe the bug
Gum write limited to 99 lines despite --char-limit 0.
Gum version: v0.14.4 (9c11289)
To Reproduce
Steps to reproduce the behavior:
yes "HelloWorld" | head -n 110 | gum write --show-line-numbers --char-limit 0
Expected behavior
110 lines of HelloWorld in the open editor.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: