cortex icon indicating copy to clipboard operation
cortex copied to clipboard

Can't get it to start with ConEmu and Cygwin OpenSSH, but Putty works

Open ghost opened this issue 10 years ago • 1 comments
trafficstars

With Cygwin OpenSSH in ConEmu,

I run ./cortex and get this error:

Traceback (most recent call last): File "./cortex", line 970, in main interface.init() File "./cortex", line 552, in init curses.curs_set(0) _curses.error: curs_set() returned ERR

If I do the same thing using Putty, cortex runs fine

I'm not sure why it's not working with the Cygwin/ConEmu setup

ghost avatar Apr 12 '15 02:04 ghost

Tried the latest version on Linux Debian 9.6 stretch with xterm/uxterm/xfce-terminal with the same results:

  File "./cortex", line 974, in main
    interface.init()
  File "./cortex", line 556, in init
    curses.curs_set(0)
_curses.error: curs_set() returned ERR

ZaxonXP avatar Nov 27 '18 09:11 ZaxonXP