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.23k stars 54 forks source link

[SUGGESTION] Add `Window` panel row #4

Closed sdushantha closed 1 year ago

sdushantha commented 2 years ago

I had found the following symbols and thought of sharing them with you as you may find it useful for this project's UI.

— ❐ ✕

The symbols may not look so nice in this issue, but they do look nice in the terminal as shown in the screenshot below: image

bczsalba commented 2 years ago

Thank you! That will actually be really useful later on, as I'm planning on adding support for window panel buttons. Not quite sure when that will be as of yet, but it shouldn't be too hard to implement, as I've already gotten it to work as a prototype some months ago.

bczsalba commented 2 years ago

Just going to merge #12 into this issues as it is essentially the same thing. Not sure when I'll get to adding this, but I am planning on doing it.

bczsalba commented 1 year ago

The current state of the library doesn't really fly with this idea unfortunately. Splitters are too finicky to make work, and baking a custom widget for this is ugly.

Thank you for the suggestion, I will probably end up using the characters in a different, much nicer place :wink: