package curses

  1. Overview
  2. Docs
Bindings to ncurses

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.11.tar.gz
md5=4ab8609fbc790fe84286c6070c05ac12
sha512=343113ab56ce339d8dc534087c27c88513a15a7d4337187f0d8e939c05730c6f2f4e6ddb2bfa6eed96b38d8e0271762d34be0ecf94bbfcbaeef29c12a362c672

doc/index.html

curses

API

Library curses

  • 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.
OCaml

Innovation. Community. Security.