os.ctermid() Return the filename corresponding to the controlling terminal of the process. Availability:
os.spawnlpe(mode, file, ..., env) os.spawnv(mode, path, args) os.spawnve(mode, path, args, env)
window.scrollok(flag) Control what happens when the cursor of a window is moved off the edge of the window or scrolling region
os.set_handle_inheritable(handle, inheritable) Set the “inheritable” flag of the specified handle.
curses.longname() Return a string containing the terminfo long name field describing the current terminal. The maximum length
curses.ascii.alt(c) Return the 8-bit character corresponding to the given ASCII character (the character bit value is bitwise-ored
curses.newwin(nlines, ncols) curses.newwin(nlines, ncols, begin_y, begin_x) Return a new window, whose left-upper
platform.processor() Returns the (real) processor name, e.g. 'amdk6'. An empty
lines Height of the terminal window in characters.
os.getenvb(key, default=None) Return the value of the environment variable key if it exists, or default if
Page 59 of 67