window.syncdown() Touch each location in the window that has been touched in any of its ancestor windows. This routine is called
window.syncup() Touch all locations in ancestors of the window that have been changed in the window.
os.execv(path, args) os.execve(path, args, env) os.execvp(file, args) os
time.strftime(format[, t]) Convert a tuple or struct_time representing a time as returned by gmtime()
st_size Size of the file in bytes, if it is a regular file or a symbolic link. The size of a symbolic link is the length of
st_rsize Real size of the file.
curses.unctrl(ch) Return a string which is a printable representation of the character ch. Control characters are displayed
os.WSTOPSIG(status) Return the signal which caused the process to stop. Availability: Unix.
window.echochar(ch[, attr]) Add character ch with attribute attr, and immediately call refresh()
os.openpty() Open a new pseudo-terminal pair. Return a pair of file descriptors (master, slave) for the pty and
Page 36 of 67