BDisp d31f43d47d Add ObjectDisposedException to the catch block. 9 mēneši atpakaļ
..
ClipboardImpl.cs 952fc49709 Fix typos 1 gadu atpakaļ
CursesDriver.cs 36876b9899 Change TryWriteAnsiRequest method to virtual which use common code for all drivers. 9 mēneši atpakaļ
GetTIOCGWINSZ.c 2919d55817 Code Review 9 mēneši atpakaļ
GetTIOCGWINSZ.sh de45b4bf39 Refactoring a lot CursesDriver. 10 mēneši atpakaļ
README.md 532285db8d Moved NetDriver's IMainLoopDriver impl to NetDriver.cs 5 gadi atpakaļ
UnixMainLoop.cs d31f43d47d Add ObjectDisposedException to the catch block. 9 mēneši atpakaļ
UnmanagedLibrary.cs 7baede5548 Remove unused code from UnmanagedLibrary (#3799) 10 mēneši atpakaļ
binding.cs de45b4bf39 Refactoring a lot CursesDriver. 10 mēneši atpakaļ
constants.cs de45b4bf39 Refactoring a lot CursesDriver. 10 mēneši atpakaļ
handles.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 gadu atpakaļ

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.