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

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

Open jiangjianshan opened this issue 4 years ago • 0 comments

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.

jiangjianshan avatar Sep 04 '20 06:09 jiangjianshan