curses.cbreak() Enter cbreak mode. In cbreak mode (sometimes called “rare” mode) normal tty line buffering is turned off and
os.get_handle_inheritable(handle) Get the “inheritable” flag of the specified handle (a boolean).
window.idcok(flag) If flag is False, curses no longer considers using the hardware insert/delete character
window.mvderwin(y, x) Move the window inside its parent window. The screen-relative parameters of the window are not changed
os.setuid(uid) Set the current process’s user id. Availability: Unix.
os.WIFCONTINUED(status) Return True if the process has been continued from a job control stop, otherwise return
os.spawnle(mode, path, ..., env) os.spawnlp(mode, file, ...) os.spawnlpe(mode, file, ..., env)
os.abort() Generate a SIGABRT signal to the current process. On Unix, the default behavior is to produce a core
curses.resizeterm(nlines, ncols) Resize the standard and current windows to the specified dimensions, and adjusts other bookkeeping
curses.nl() Enter newline mode. This mode translates the return key into newline on input, and translates newline into return
Page 17 of 67