Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_curses.error: init_pair() returned ERR #1

Closed
aghasi opened this issue Feb 13, 2018 · 1 comment
Closed

_curses.error: init_pair() returned ERR #1

aghasi opened this issue Feb 13, 2018 · 1 comment

Comments

@aghasi
Copy link

aghasi commented Feb 13, 2018

 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
@1v
Copy link
Contributor

1v commented May 8, 2021

#3

@spellr spellr closed this as completed in 5e27f8c May 9, 2021
spellr added a commit that referenced this issue May 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants