windows-curses
windows-curses copied to clipboard
Ask API for traceon() and traceoff() for python module
Hello,
I'm migrating ranger to make it support to run on Windows 7/10. But I got the "_curses.error: werase() returned ERR". I want to get the debug trace from PDCurses. Could you add the API? So that I can invoke curses.traceon and curses.traceoff on the program to see the debug trace from PDCurses.