bczsalba / pytermgui

Python TUI framework with mouse support, modular widget system, customizable and rapid terminal markup language and more!
https://ptg.bczsalba.com
MIT License
2.16k stars 53 forks source link

[REQUEST] Opening An Application In A Slot #125

Closed berkersal closed 1 year ago

berkersal commented 1 year ago

Is your feature request related to a problem? Please describe. I'm trying to make an app that wraps another terminal application and provides a homepage and if possible header, footer and side panel.

Describe the solution you'd like Calling the desired application in a slot somehow and focus on it when clicked.

Describe alternatives you've considered I'm calling the desired application directly with subprocess.call but would like to display that application in a slot

Is this feature present in other TUI products? No idea

Additional context Also the mouse events get passed to the desired application and causing some problems. Is there a way to turn it off when it is open? Thanks in advance This is not needed any more, I was testing with a different app to make it easier but the actual app I want to run works great