window.redrawln(beg, num) Indicate that the num screen lines, starting at line beg, are corrupted and should
os.popen(cmd, mode='r', buffering=-1) Open a pipe to or from command cmd. The return value is an open file object connected
os.write(fd, str) Write the bytestring in str to file descriptor fd. Return the number of bytes actually written
window.bkgdset(ch[, attr]) Set the window’s background. A window’s background consists of a character and any combination of
curses.panel.bottom_panel() Returns the bottom panel in the panel stack.
curses.unget_wch(ch) Push ch so the next get_wch() will return it.
os.WIFSTOPPED(status) Return True if the process has been stopped, otherwise return False.
truncate(size=None) Resize the stream to the given size in bytes (or the current position if size is not specified)
exception getopt.error Alias for GetoptError; for backward compatibility.
os.rename(src, dst, *, src_dir_fd=None, dst_dir_fd=None) Rename the file or directory src to dst. If dst
Page 34 of 67