os.altsep An alternative character used by the operating system to separate pathname components, or None if only
window.derwin(begin_y, begin_x) window.derwin(nlines, ncols, begin_y, begin_x) An abbreviation for “derive window”
os.spawnlpe(mode, file, ..., env) os.spawnv(mode, path, args) os.spawnve(mode, path, args, env)
window.erase() Clear the window.
window.touchline(start, count[, changed]) Pretend count lines have been changed, starting with line start
os.confstr_names Dictionary mapping names accepted by confstr() to the integer values defined for those names by
os.spawnvp(mode, file, args) os.spawnvpe(mode, file, args, env) Execute the program path in a new process
window.overwrite(destwin[, sminrow, smincol, dminrow, dmincol, dmaxrow, dmaxcol]) Overwrite the window on top of destwin
curses.ascii.unctrl(c) Return a string representation of the ASCII character c. If c is printable, this string
os.linesep The string used to separate (or, rather, terminate) lines on the current platform. This may be a single character
Page 60 of 67