window.getstr([y, x]) Read a string from the user, with primitive line editing capacity.
class ctypes.c_size_t Represents the C size_t datatype.
window.clrtoeol() Erase from cursor to the end of the line.
os.setuid(uid) Set the current process’s user id. Availability: Unix.
stripspaces This attribute is a flag which controls the interpretation of blanks in the window. When it is on, trailing blanks
Panel.above() Returns the panel above the current panel.
curses.use_default_colors() Allow use of default values for colors on terminals supporting this feature. Use this to support
Panel.set_userptr(obj) Set the panel’s user pointer to obj. This is used to associate an arbitrary piece of data with
os.geteuid() Return the current process’s effective user id. Availability: Unix.
ctypes.create_string_buffer(init_or_size, size=None) This function creates a mutable character buffer. The returned object is
Page 24 of 67