window.redrawln(beg, num) Indicate that the num screen lines, starting at line beg, are corrupted and should
os.supports_effective_ids A
os.seteuid(euid) Set the current process’s effective user id. Availability: Unix.
os.execvpe(file, args, env) These functions all execute a new program, replacing the current process; they do not return. On
os.setresuid(ruid, euid, suid) Set the current process’s real, effective, and saved user ids. Availability:
window.echochar(ch[, attr]) Add character ch with attribute attr, and immediately call refresh()
window.inch([y, x]) Return the character at the given position in the window. The bottom 8 bits are the character proper, and
window.notimeout(yes) If yes is 1, escape sequences will not be timed out. If
curses.def_prog_mode() Save the current terminal mode as the “program” mode, the mode when the running program is using curses
readline(size=-1) Read and return one line from the stream. If size is specified, at most size bytes will
Page 37 of 67