Jakub Wlodek
Jakub Wlodek
**Describe the bug** When using certain multi-space unicode characters in certain terminal emulators, character lengths are incorrectly reported when using the `len` function, which causes some incorrect rendering of terminal...
**Is your feature request related to a problem? Please describe.** Background color should be easily select-able, so TUIs with different styles can be more easily developed. **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** Currently each color is simply set to default RGB value for terminal **Describe the solution you'd like** Allow for setting...
**Is your feature request related to a problem? Please describe.** At the moment support for non-standard arabic characters is fairly limited for textboxes and text blocks. It should be expanded,...
**Is your feature request related to a problem? Please describe.** Current ScrollMenu Elements are limited to one line of text. If the text is too long, excess text is simply...
**Is your feature request related to a problem? Please describe.** Several widgets and popups are easiest to construct using a combination of other widgets. For example, the form popup or...
Additional examples should be developed to demonstrate a wider breadth of `py_cui` supported features.
Currently, all of the `add_widget` functions are being repeated twice in the `PyCUI` and `WidgetSet` classes. This is a holdover from before widget sets existed. This should be changed to...
It would be worthwhile to have a compact mode for using `pyautogit` in smaller terminal windows: #2