mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 13:55:51 +03:00
[GH-ISSUE #891] non-scrollable TextView panics when too small #649
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#649
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rwos on GitHub (Sep 27, 2023).
Original GitHub issue: https://github.com/rivo/tview/issues/891
this is the smallest app that reliably reproduces this for me (in my real app I have the text view in a dynamically-sized flex item and it crashes when the terminal window is made too small):
crashes with
@rivo commented on GitHub (Sep 28, 2023):
Thanks for letting me know. The latest commit should fix this.
@rwos commented on GitHub (Sep 28, 2023):
Wow that was fast, seems fixed on my end, perfect, thank you!