clear() Instance Public methods Clear the window.
close() Instance Public methods Deletes the window, and frees the memory
clrtoeol() Instance Public methods Clear the window to the end of line, that the cursor is currently on.
color_set(col) Instance Public methods Sets the current color of the given window to the foreground/background combination described by the Fixnum col.
curx() Instance Public methods A getter for the current column (X coord) of the window
cury() Instance Public methods A getter for the current line (Y coord) of the window
delch() Instance Public methods Delete the character under the cursor
deleteln() Instance Public methods Delete the line under the cursor.
getbkgd() Instance Public methods Returns an Interer (ch) for the character property in the current window.
getch() Instance Public methods Read and returns a character from the window. See Curses::Key to all the function KEY_* available
Page 137 of 11844