Tig b4552ee14b Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544) 2 lat temu
..
CursesDriver.cs a7c13b5d48 Fixes merge conflicts errors. 2 lat temu
README.md 532285db8d Moved NetDriver's IMainLoopDriver impl to NetDriver.cs 5 lat temu
UnixMainLoop.cs b4552ee14b Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544) 2 lat temu
UnmanagedLibrary.cs 1d2dc40c8a Fixes #2305. Improves the handling of escape sequence. (#2375) 2 lat temu
binding.cs b4552ee14b Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544) 2 lat temu
constants.cs 1d2dc40c8a Fixes #2305. Improves the handling of escape sequence. (#2375) 2 lat temu
handles.cs b4552ee14b Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544) 2 lat temu

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.