os.extsep The character which separates the base filename from the extension; for example, the '.' in os
curses.resizeterm(nlines, ncols) Resize the standard and current windows to the specified dimensions, and adjusts other bookkeeping
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,
curses.flash() Flash the screen. That is, change it to reverse-video and then change it back in a short interval. Some people
value This attribute contains the actual value of the instance. For integer and pointer types, it is an integer, for character
window.overlay(destwin[, sminrow, smincol, dminrow, dmincol, dmaxrow, dmaxcol]) Overlay the window on top of destwin
class ctypes.c_uint8 Represents the C 8-bit unsigned int datatype. Usually an alias for c_ubyte.
window.setscrreg(top, bottom) Set the scrolling region from line top to line bottom. All scrolling actions
class ctypes.CDLL(name, mode=DEFAULT_MODE, handle=None, use_errno=False, use_last_error=False) Instances of this class represent
Page 17 of 67