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
Describe the bug
When you increase the width above 31 and the placeholder capacity is set to 32, the program panics. This bug is causing the bug reported here charmbracelet/gum#591 as far as I can tell.
Describe the bug
When you increase the width above 31 and the placeholder capacity is set to 32, the program panics. This bug is causing the bug reported here charmbracelet/gum#591 as far as I can tell.
To Reproduce
Steps to reproduce the behavior:
ti.Width
of 31Source Code
Expected behavior
The placeholder capacity should not cause out-of-bounds panics based on the
ti.Width
.Screenshots
p
getting a default capacity of 32The
minWidth
exceeds the capacityThe out-of-bounds slide happening
The text was updated successfully, but these errors were encountered: