os.fstatvfs(fd) Return information about the filesystem containing the file associated with file descriptor fd, like
curses.ascii.ctrl(c) Return the control character corresponding to the given character (the character bit value is bitwise-anded
class ctypes.c_int64 Represents the C 64-bit signed int datatype. Usually an alias for c_longlong
window.nodelay(yes) If yes is 1, getch() will be non-blocking.
curses.wrapper(func, ...) Initialize curses and call another callable object, func, which should be the rest of your
os.minor(device) Extract the device minor number from a raw device number (usually the st_dev or st_rdev
gather() Return the window contents as a string; whether blanks in the window are included is affected by the stripspaces
curses.panel.update_panels() Updates the virtual screen after changes in the panel stack. This does not call
getvalue() Return
curses.has_ic() Return True if the terminal has insert- and delete-character capabilities. This function is included
Page 23 of 67