BDisp fb3dde2289 Fixes #1683. The application freezes while resizing the terminal on MacOS (#2667) před 2 roky
..
CursesDriver.cs a6b05b83cd Fixes #2632. Updates RuneJsonConverter to deal with more formats (#2640) před 2 roky
README.md 532285db8d Moved NetDriver's IMainLoopDriver impl to NetDriver.cs před 5 roky
UnixMainLoop.cs fb3dde2289 Fixes #1683. The application freezes while resizing the terminal on MacOS (#2667) před 2 roky
UnmanagedLibrary.cs 7ffd4b8ab4 Fixes #2598. Run self-contained application on Linux. (#2600) před 2 roky
binding.cs b4552ee14b Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544) před 2 roky
constants.cs 1d2dc40c8a Fixes #2305. Improves the handling of escape sequence. (#2375) před 2 roky
handles.cs b4552ee14b Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544) před 2 roky

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.