curses.filter() The filter() routine, if used, must be called before initscr() is called. The effect
curses.setupterm([termstr, fd]) Initialize the terminal. termstr is a string giving the terminal name; if omitted,
class ctypes.CDLL(name, mode=DEFAULT_MODE, handle=None, use_errno=False, use_last_error=False) Instances of this class represent
class ctypes.c_uint64 Represents the C 64-bit unsigned int datatype. Usually an alias for c_ulonglong
window.instr([n]) window.instr(y, x[, n]) Return a string of characters, extracted from the window starting at the
os.extsep The character which separates the base filename from the extension; for example, the '.' in os
value This attribute contains the actual value of the instance. For integer and pointer types, it is an integer, for character
window.insnstr(str, n[, attr]) window.insnstr(y, x, str, n[, attr]) Insert a character string (as many characters
window.idlok(yes) If called with yes equal to 1, curses will try and use hardware line editing facilities
curses.resizeterm(nlines, ncols) Resize the standard and current windows to the specified dimensions, and adjusts other bookkeeping
Page 21 of 67