module Cantrip
Overview
TODO Write documentation for Ncurses
Extended Modules
Defined in:
ncurses.crInstance Method Summary
-
#character_mode
Enter character input mode.
- #main
-
#start
Start cantrip.
-
#stop
Stops cantrip.
Instance Method Detail
def character_mode
#
Enter character input mode.
Convenience function to invoke the common sequence of LibCurses.cbreak
and LibCurses.noecho
def start
#
Start cantrip.
Wraps LibCurses.initscr
functions to enter curses mode.
Sets a number of module class variables to manage overall state.
@@main_window stores the main window reference returned by LibCurses.