BDisp 8c3971c7fe Add net6.0 target to the project. 1 éve
..
CursesDriver.cs 7d8c5a2e54 Fixes #3527. v1 CursesDriver isn't updating the buffer on the UpdateOffScreen method. 1 éve
README.md 532285db8d Moved NetDriver's IMainLoopDriver impl to NetDriver.cs 5 éve
UnixMainLoop.cs 8a779505b3 Fixes freezing on resizing when read function is executed and many Wakeup calls are done. 1 éve
UnmanagedLibrary.cs 8c3971c7fe Add net6.0 target to the project. 1 éve
binding.cs b57b1f32ab Fixes #2865. Unknown character sequence while resizing terminal. (#2951) 1 éve
constants.cs b57b1f32ab Fixes #2865. Unknown character sequence while resizing terminal. (#2951) 1 éve
handles.cs 9dacb7d3ee Fixes #518. Added mouse support for the NetDriver. 4 é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.