package curses
Bindings to ncurses
Install
Dune Dependency
Authors
Maintainers
Sources
curses-1.0.10.tbz
sha256=c9126f9798f0c5b3beb05efe89c7713cf655c1ffbe040a52f218aeba291922af
sha512=158626f3fd6931f30482a47ab149990ff49334c8c0dc966eb07d92f22e87faaab3fd48ed7788bbc5a77f82cb6163520588ce55ab53456bca22994f147c7e00c5
doc/index.html
curses
API
Library curses
Curses
* Bindings to the ncurses library. * * Beware, all coordinates are passedy
first, thenx
. * * 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 * coordinatesy
andx
of the point to move the cursor to. For example *mvaddch y x ch
is the same asmove y x; addch ch
.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page