curses.unctrl(ch) Return a string which is a printable representation of the character ch. Control characters are displayed
class ctypes.c_int16 Represents the C 16-bit signed int datatype. Usually an alias for c_short.
_type_ Specifies the type pointed to.
curses.textpad.rectangle(win, uly, ulx, lry, lrx) Draw a rectangle. The first argument must be a window object; the remaining
os.ttyname(fd) Return a string which specifies the terminal device associated with file descriptor fd. If fd
curses.endwin() De-initialize the library, and return terminal to normal status.
class ctypes.Union(*args, **kw) Abstract base class for unions in native byte order.
os.openpty() Open a new pseudo-terminal pair. Return a pair of file descriptors (master, slave) for the pty and
ctypes.set_last_error(value) Windows only: set the current value of the ctypes-private copy of the system LastError
window.attrset(attr) Set the “background” set of attributes to attr. This set is initially 0 (no attributes).
Page 38 of 67