zephyrproject-rtos / windows-curses

Windows Curses Python module
https://pypi.org/project/windows-curses/
Other
164 stars 26 forks source link

Ask API for traceon() and traceoff() for python module #14

Open jiangjianshan opened 4 years ago

jiangjianshan commented 4 years ago

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.