BDisp 281f470aa4 Use Curses.flushinp to throws away any typeahead. 2 vuotta sitten
..
CursesDriver.cs 281f470aa4 Use Curses.flushinp to throws away any typeahead. 2 vuotta sitten
README.md 532285db8d Moved NetDriver's IMainLoopDriver impl to NetDriver.cs 5 vuotta sitten
UnixMainLoop.cs 17f123b214 Fixes #2784. CursesDriver throws System.StackOverflowException on console resizing. 2 vuotta sitten
UnmanagedLibrary.cs 958a0ed3eb v1 - Fixes #2598 - Run self-contained application on Linux (#2607) 2 vuotta sitten
binding.cs 17f123b214 Fixes #2784. CursesDriver throws System.StackOverflowException on console resizing. 2 vuotta sitten
constants.cs 1d2dc40c8a Fixes #2305. Improves the handling of escape sequence. (#2375) 2 vuotta sitten
handles.cs 9dacb7d3ee Fixes #518. Added mouse support for the NetDriver. 4 vuotta sitten

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.