You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python2.7/dist-packages/culour/culour.py", line 102, in addstr
return _inner_addstr(window, string, y, x)
File "/usr/local/lib/python2.7/dist-packages/culour/culour.py", line 73, in _inner_addstr
_add_line(y, x, window, line)
File "/usr/local/lib/python2.7/dist-packages/culour/culour.py", line 51, in _add_line
default_color_pair = _get_color(curses.COLOR_WHITE, curses.COLOR_BLACK)
File "/usr/local/lib/python2.7/dist-packages/culour/culour.py", line 31, in _get_color
curses.init_pair(pair_num, fg, bg)
_curses.error: init_pair() returned ERR
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: