Fix _curses.tiget*() functions: deny None to avoid a crash.
Fix the following calls: _curses.tigetflag(None), _curses.tigetnum(None), _curses.tigetstr(None).
Showing
Please register or sign in to comment
Fix the following calls: _curses.tigetflag(None), _curses.tigetnum(None), _curses.tigetstr(None).