BDisp 962d552835 Fixes #3738. CursesDriver stops responding. 11 months ago
..
CursesDriver.cs 7d8c5a2e54 Fixes #3527. v1 CursesDriver isn't updating the buffer on the UpdateOffScreen method. 1 year ago
README.md 532285db8d Moved NetDriver's IMainLoopDriver impl to NetDriver.cs 5 years ago
UnixMainLoop.cs 962d552835 Fixes #3738. CursesDriver stops responding. 11 months ago
UnmanagedLibrary.cs 8c3971c7fe Add net6.0 target to the project. 1 year ago
binding.cs b57b1f32ab Fixes #2865. Unknown character sequence while resizing terminal. (#2951) 1 year ago
constants.cs b57b1f32ab Fixes #2865. Unknown character sequence while resizing terminal. (#2951) 1 year ago
handles.cs 9dacb7d3ee Fixes #518. Added mouse support for the NetDriver. 4 years ago

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.