Peter J. Farley III
Peter J. Farley III
Project bullet on PyPi provides very simple python menu capabilities, but it needs support to hide ("\033[?25l") and show("\033[?25h") the cursor on Windows platforms. Can colorama be updated to support...
If anyone is interested, I sent in a pull request #79 that has support for the Windows environment, prompt coloring, and additional navigation keys for Bullet, Checkbox and Scrollbar. Enjoy....
I have a set of updates written and tested to add correct win32 keyboard input processing and keyhandling additions to the Bullet, Check and Scrollbar classes that I think would...
Add Windows support; add prompt_color to all classes; add HOME/END keys to Bullet and Check; add HOME/END/PGUP/PGDN keys to Scrollbar.
In examples/checkbox.py there is a key named 'qmark' that is set to a UTF-8 character (a question mark inside a diamond I think). In the default and custom styles provided...
I have found two issues with the current release of windows-curses: 1. The color_content() function fails for any color number above 15, while in an *ix ncurses environment it returns...
I have a python curses project trying to detect mouse wheel movements, and I understand that mouse wheel events by convention are reported as BUTTON4 and BUTTON5 events. I am...
I have tried to use the curses panel functions on a Win10-64 system from python 3.8.3 (64-bit version) and even a very simple program generates no output at all. No...
Trying to execute an AMS command to display contents of a large catalog generates error "Maximum call stack size exceeded". Response output below. CMD.EXE environment under Windows 10 Pro Version...
Hercules V3.13 does not replace strings in *.rc files. I hope this is a bug and not an intended feature. Attached are three test files that work to demonstrate the...