Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
This package provides the following libraries (via ocamlobjinfo):
Documentation:
Curses
* Bindings to the ncurses library. * * Beware, all coordinates are passed y
first, then x
. * * Functions whose name start with a "w" take as first argument the window the * function applies to. * Functions whose name start with "mv" take as first two arguments the * coordinates y
and x
of the point to move the cursor to. For example * mvaddch y x ch
is the same as move y x; addch ch
.