BDisp 8149eed9aa Fixes #1837. Setting Unix clipboard doesn't freezes anymore. 3 éve
..
CursesDriver.cs 8149eed9aa Fixes #1837. Setting Unix clipboard doesn't freezes anymore. 3 éve
README.md 532285db8d Moved NetDriver's IMainLoopDriver impl to NetDriver.cs 5 éve
UnixMainLoop.cs 67ab11044a Fixes #1763. Allowing read console inputs before idle handlers. (#1764) 3 éve
UnmanagedLibrary.cs 935f0392de Fixes #1830. If "libcoreclr.so" is not present then "libncursesw.so" will be used. 3 éve
binding.cs 640fecba03 Fixing drivers. 3 éve
constants.cs 4af48392cc Fixes #1281. Fixed CursesDriver colors. Added BasicColors scenario. (#1282) 4 éve
handles.cs 9dacb7d3ee Fixes #518. Added mouse support for the NetDriver. 5 éve

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.