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.