curses-menu icon indicating copy to clipboard operation
curses-menu copied to clipboard

A simple console menu system in python using the curses library

Results 18 curses-menu issues
Sort by recently updated
recently updated
newest added

When you add more than 10 items to a menu, the menu text indents. This cause an alignment issue when the menu is a large generated list (using tab formatting...

enhancement

### Version Other (include below) ### Operating System Linux ### Environment Mageia Linux ### What happened? Pypi.org has 0.7.1 release, but there is no tags/release in this repo with this...

bug

### Version 0.6.4 ### Operating System Windows ### Environment Any wide characters like “菜单” is used in the string item of the menu. ### What happened? The wide character takes...

bug

### Version Other (include below) ### Operating System Other (include below) ### Environment WSL Debian 11 bash within Microsoft Windows Terminal ### What happened? ``` $ pip list | grep...

bug

Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.11.17 to 2024.7.4. Commits bd81538 2024.07.04 (#295) 06a2cbf Bump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294) 13bba02 Bump actions/checkout from 4.1.6 to 4.1.7 (#293) e8abcd0 Bump pypa/gh-action-pypi-publish from...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.1.0 to 2.2.2. Release notes Sourced from urllib3's releases. 2.2.2 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies

In general, wildcard imports should be avoided since the imported object are hidden. Actually, a working code might break due to adding object to the imported file, that will conflict...

**Is your feature request related to a problem? Please describe.** There are two wildcard import in examples\issues\issue37.py In general, wildcard imports should be avoided since the imported object are hidden....

enhancement