BDisp eb37e776e8 Added mouse features in the Unix version. Supports xterm-1006. 5 years ago
..
README.md 152126473a Make it into a library 7 years ago
UnmanagedLibrary.cs 49cd29853f All my pull-request at once (#345) 5 years ago
binding.cs fcc38b9a45 fix for wide-character display (#330) 5 years ago
constants.cs eb37e776e8 Added mouse features in the Unix version. Supports xterm-1006. 5 years ago
handles.cs 82398758e2 Expose some Curses APIs to the public 6 years ago
mainloop.cs a9e62c0626 Improves mouse performance #386. Provides a better async call. Ensures all the cycles of a simple click (Pressed, Released and Clicked). Only clears selected text if other view than MenuBar get focus. (#404) 5 years ago

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