CursesSharp icon indicating copy to clipboard operation
CursesSharp copied to clipboard

Curses Sharp is a ncurses terminal control library binding for C#.

Results 5 CursesSharp issues
Sort by recently updated
recently updated
newest added

Upgraded the library components to .NET standard 2.0 and the new project model. Also generated a .gitignore file to support most modern environments.

mono Demo.Gui.MidnightCommander.exe Unhandled Exception: System.DllNotFoundException: CursesWrapper at (wrapper managed-to-native) CursesSharp.Internal.CursesMethods:wrap_COLS () at CursesSharp.Internal.CursesMethods.COLS () [0x00001] in :0 at CursesSharp.Curses.get_Cols () [0x00001] in :0 at CursesSharp.Gui.Terminal.get_Cols () [0x00001] in :0 at...

``` tmba:Xamarin Studio.app thill $ find . -name "*MacDev*.dll" ./Contents/Resources/lib/monodevelop/AddIns/MonoDevelop.MacDev/MonoDevelop.MacDev.dll ./Contents/Resources/lib/monodevelop/AddIns/Xamarin.Ide/Xamarin.MacDev.Ide.dll ``` I'm not sure which MonoTouch needs to be installed, I can't find any addins by that name. Should...

Correct and improve markdown syntax for rendering and readability.