BDisp a423836fc1 Fixes #3496. Escape Key not invoking OnKeyDown on Unix. 1 year ago
..
CursesDriver.cs a423836fc1 Fixes #3496. Escape Key not invoking OnKeyDown on Unix. 1 year ago
README.md 532285db8d Moved NetDriver's IMainLoopDriver impl to NetDriver.cs 5 years ago
UnixMainLoop.cs 8a779505b3 Fixes freezing on resizing when read function is executed and many Wakeup calls are done. 1 year ago
UnmanagedLibrary.cs 958a0ed3eb v1 - Fixes #2598 - Run self-contained application on Linux (#2607) 2 years 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.