ctypes.resize(obj, size) This function resizes the internal memory buffer of obj, which must be an instance of a ctypes
window.addnstr(str, n[, attr]) window.addnstr(y, x, str, n[, attr]) Paint at most n characters of the string
ctypes.byref(obj[, offset]) Returns a light-weight pointer to obj, which must be an instance of a ctypes type. offset
window.getbegyx() Return a tuple (y, x) of co-ordinates of upper-left corner.
ctypes.CFUNCTYPE(restype, *argtypes, use_errno=False, use_last_error=False) The returned function prototype creates functions
write(b) Write the bytes-like object, b, and return the number of bytes written
st_atime_ns Time of most recent access expressed in nanoseconds as an integer.
window.addstr(str[, attr]) window.addstr(y, x, str[, attr]) Paint the string str at (y, x)
curses.endwin() De-initialize the library, and return terminal to normal status.
curses.keyname(k) Return the name of the key numbered k. The name of a key generating printable ASCII character is
Page 29 of 67