Am Samstag, den 02.07.2011, 08:08 -0300 schrieb José Romildo Malaquias: > Hello. > > I am looking for an Ocaml curses library that works in Windows. > > Does anybody know if ocaml-curses works in Windows with pdcurses?
It's not exactly curses, but in ocamlnet there are a number of bindings for console functions: https://godirepo.camlcity.org/svn/lib-ocamlnet2/trunk/code/src/netsys/netsys_win32.mli Look for has_console and the following functions. These should give you full control over the console screen. Gerd -- ------------------------------------------------------------ Gerd Stolpmann, Bad Nauheimer Str.3, 64289 Darmstadt,Germany [email protected] http://www.gerd-stolpmann.de Phone: +49-6151-153855 Fax: +49-6151-997714 ------------------------------------------------------------ -- Caml-list mailing list. Subscription management and archives: https://sympa-roc.inria.fr/wws/info/caml-list Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin/caml-bugs
