Brandon Thetford bfedfee9ee Simplify construction of new Rectangle, Size, Point, and *F instances 1 рік тому
..
ClipboardImpl.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 рік тому
CursesDriver.cs bfedfee9ee Simplify construction of new Rectangle, Size, Point, and *F instances 1 рік тому
README.md 532285db8d Moved NetDriver's IMainLoopDriver impl to NetDriver.cs 5 роки тому
UnixMainLoop.cs da3fe3663d Replace all 342 `== null` with `is null` 1 рік тому
UnmanagedLibrary.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 рік тому
binding.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 рік тому
constants.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 рік тому
handles.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 рік тому

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.