sandsifter icon indicating copy to clipboard operation
sandsifter copied to clipboard

_curses.error: cbreak() returned ERR when using --sync or --save or --resume together

Open PlasmaHH opened this issue 8 years ago • 0 comments

Whenever I use more than one of the mentioned flags I get the following error:

Traceback (most recent call last): File "./sifter.py", line 842, in main() File "./sifter.py", line 833, in main gui = Gui(ts, injector, tests, args.tick) File "./sifter.py", line 369, in init curses.cbreak() _curses.error: cbreak() returned ERR

This does not go away by setting their xterm256 TERM environment variable

This is especially unfortunate for the case of trying to use --sync and --resume

PlasmaHH avatar Sep 11 '17 15:09 PlasmaHH