package curses

  1. Overview
  2. Docs
Bindings to ncurses

Install

Dune Dependency

Authors

Maintainers

Sources

1.0.9.tar.gz
md5=d99fbd558dde7c90fb8c77ff278a58f0
sha512=49dfe4c422f1aae7100f7cbdc52663b1f8b94e29090fb80a8fac326ea97ec334e1d41f8c618cdb65fd01d1066ca6773c156b01d3440522e8fb9898d2182994c0

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.