Peter J. Farley III

Results 15 comments of Peter J. Farley III

Just adding my experience with winpdb. When I start my program with winpdb with this command: ```python -m winpdb myprogram.py``` The winpdb GUI is displayed, but in the debugee window...

PMFJI here, just a couple of thoughts to add to the conversation. First, I just made a donation to @tartley to keep the project going as best I can. It...

@tartley, you are quite welcome, and thanks to you for the git clients link; yes I am primarily (though not only) in a Windows10 environment. I will check them out....

@tartley thank you again for the reference to the 'rich' package, which I finally found the time to investigate. The 'rich' package looks like it can completely replace curses for...

I did clone the repo and make some changes using Pycharm. It works under the new Windows Terminal application but not under the old original cmd.exe window. I wrote a...

After I wrote the my previous comment I did some further testing and found that the ANSI_CSI_RE was not matching the cursor-hide or cursor-show escape sequences. I now have an...

I have since found examples in python out on the web for using the *CursorInfo functions, but either my coding in win32.py isn't executing them correctly or auto-reset is accidentally...

Thank you itsayellow, I had not seen that and it is right on point. I've been busy with other aspects of my project and may be returning to my colorama...

I have done some self education in github and have created pull #79 with all of my enhancements. Please let em know if this set of updates can be merged...

This is my first try at creating a pull request. I have found bullet helpful in my other console-based projects but needed Windows support and added the other updates as...