rivo / tview

Terminal UI library with rich, interactive widgets — written in Golang
MIT License
11.17k stars 574 forks source link

added Page.GetPageNames(visible_only bool) API #874

Closed carpii closed 7 months ago

carpii commented 1 year ago

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)

GiGurra commented 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? :(

rivo commented 7 months ago

See https://github.com/rivo/tview/blob/master/CONTRIBUTING.md#pull-requests

But looking at this now, this PR has multiple issues:

carpii commented 7 months ago

Pull request replaced with https://github.com/rivo/tview/pull/971

rivo commented 7 months ago

970 looks good but you closed it...

carpii commented 7 months ago

Sorry, I made a bit of a mess of the push

Replaced with #971