Closed carpii closed 7 months ago
This would be great to have. Is there any way to upvote/get this some attention?
Or is the project semi dead or considered feature complete? :(
See https://github.com/rivo/tview/blob/master/CONTRIBUTING.md#pull-requests
But looking at this now, this PR has multiple issues:
slices
package which requires Go 1.21. We're at Go 1.18 in tview
and last time I upgraded the minimum version (and I did so long after Go 1.18 was released), I was showered with tons of complaints because it broke a lot of builds. The slices
package has been introduced officially about half a year ago so I would like to wait a bit before bumping the Go version again.Pull request replaced with https://github.com/rivo/tview/pull/971
Sorry, I made a bit of a mess of the push
Replaced with #971
Addresses the limitation that there's no way to iterate over pages currently, which is useful for highly dynamic apps (and providing Alt-Tab functionality)