Charlie Kindel 1efb051379 Refactored AutoInitShutdown attribute - scary stuff 2 gadi atpakaļ
..
CursesDriver.cs 2bce4a709d trying to fix curses reset issue 2 gadi atpakaļ
README.md 532285db8d Moved NetDriver's IMainLoopDriver impl to NetDriver.cs 5 gadi atpakaļ
UnixMainLoop.cs 1efb051379 Refactored AutoInitShutdown attribute - scary stuff 2 gadi atpakaļ
UnmanagedLibrary.cs 935f0392de Fixes #1830. If "libcoreclr.so" is not present then "libncursesw.so" will be used. 3 gadi atpakaļ
binding.cs e767ae14eb Fixes #1969. ESC on CursesDriver take to long to being processed. (#1970) 3 gadi atpakaļ
constants.cs 4af48392cc Fixes #1281. Fixed CursesDriver colors. Added BasicColors scenario. (#1282) 4 gadi atpakaļ
handles.cs 9dacb7d3ee Fixes #518. Added mouse support for the NetDriver. 4 gadi atpakaļ

README.md

This directory contains a copy of the MonoCurses binding from:

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

The code has diverged from mono-curses a it's been leveraged for Terminal.Gui's Curses driver.