window.noutrefresh() Mark for refresh but wait. This function updates the data structure representing the desired state of the
window.addstr(str[, attr]) window.addstr(y, x, str[, attr]) Paint the string str at (y, x)
curses.getmouse() After getch() returns KEY_MOUSE to signal a mouse event, this method should be call
class ctypes.c_ulonglong Represents the C unsigned long long datatype. The constructor accepts an optional integer
curses.panel.bottom_panel() Returns the bottom panel in the panel stack.
errors The error setting of the decoder or encoder.
window.attroff(attr) Remove attribute attr from the “background” set applied to all writes to the current window.
ctypes.CFUNCTYPE(restype, *argtypes, use_errno=False, use_last_error=False) The returned function prototype creates functions
readline(size=-1) Read and return one line from the stream. If size is specified, at most size bytes will
os.execv(path, args) os.execve(path, args, env) os.execvp(file, args) os
Page 31 of 67