curses.nl() Enter newline mode. This mode translates the return key into newline on input, and translates newline into return
curses.panel.update_panels() Updates the virtual screen after changes in the panel stack. This does not call
path The entry’s full path name: equivalent to os.path.join(scandir_path, entry.name) where scandir_path
Panel.bottom() Push the panel to the bottom of the stack.
window.nodelay(yes) If yes is 1, getch() will be non-blocking.
curses.ascii.ctrl(c) Return the control character corresponding to the given character (the character bit value is bitwise-anded
os.execl(path, arg0, arg1, ...) os.execle(path, arg0, arg1, ..., env) os.execlp(file, arg0, arg1, ...)
LoadLibrary(name) Load a shared library into the process and return it. This method always returns a new instance of the library
os.lchown(path, uid, gid) Change the owner and group id of path to the numeric uid and gid. This
window.getyx() Return a tuple (y, x) of current cursor position relative to the window’s upper-left corner.
Page 20 of 67