npyscreen icon indicating copy to clipboard operation
npyscreen copied to clipboard

Merge pull 120 with code to access curses screen directly

Open aki009 opened this issue 2 years ago • 0 comments

Pull #120 with some changes to fork code to support use of curses screen directly. This supports apps that do major work outside of the usual event loop.

Moved mouse_enable to class NPSApp.init instead of run() function.

Added class NPSApp.init option to enable color.

Removed a bunch of curses init code in NPSApp that seemed to be managed elsewhere already.

aki009 avatar Jun 06 '22 14:06 aki009