Name Description Size
__init__.py Jinxed Terminal Library Jinxed is an implementation of a subset of the Python curses library for Windows Other libraries implement the full curses stack. Jinxed is intended primarily for libraries that need to access terminfo functions such as tigetstr() and tparm(). 1047
_keys.py Key code constants Most of this information came from the terminfo man pages, part of ncurses More information on ncurses can be found at: https://www.gnu.org/software/ncurses/ncurses.html 2535
_terminal.py Provides a terminal class primarily for accessing functions that depend on a terminal which has been previously setup as well as those functions 3330
_tparm.py An pure Python implementation of tparm Based on documentation in man(5) terminfo and comparing behavior of curses.tparm 8833
_util.py Utility objects 1462
has_key.py key mapping numeric to cap 4269
terminfo
win32.py Support functions and wrappers for calls to the Windows API 10256