Brandon Thetford 2d2b04b57e Reference passing to avoid some struct copies 1 年間 前
..
ClipboardImpl.cs 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 年間 前
CursesDriver.cs 2d2b04b57e Reference passing to avoid some struct copies 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.