Charlie Kindel 4dd19aa7c2 Fixes All Warnings (#450) 5 anni fa
..
README.md 152126473a Make it into a library 7 anni fa
UnmanagedLibrary.cs 4dd19aa7c2 Fixes All Warnings (#450) 5 anni fa
binding.cs 4dd19aa7c2 Fixes All Warnings (#450) 5 anni fa
constants.cs 4dd19aa7c2 Fixes All Warnings (#450) 5 anni fa
handles.cs 4dd19aa7c2 Fixes All Warnings (#450) 5 anni fa
mainloop.cs 4dd19aa7c2 Fixes All Warnings (#450) 5 anni fa

README.md

This directory contains a copy of the MonoCurses binding from:

http://github.com/mono/mono-curses

The source code has been exported in a way that the MonoCurses API is kept private and does not surface to the user, this is done with the command:

	make publish-to-gui

In the MonoCurses package