dotnet-curses icon indicating copy to clipboard operation
dotnet-curses copied to clipboard

Portable cross-platform .NET Standard wrapper for the Unix ncurses library

Results 7 dotnet-curses issues
Sort by recently updated
recently updated
newest added

The native interface was missing calls to enable half-blocking input mode. Added native wrappers and public functions. Increment version to `1.0.3` because new functions were added.

The base library name should be first, as it is symlinked to the default version if it exists. This is the case on most distributions. If the name sans version...

[HelloWorld.zip](https://github.com/MV10/dotnet-curses/files/4562612/HelloWorld.zip) Environment: - Windows 10 64x - Dotnet SDK 3.1.201 - VS Studio Code - OutputType=Exe - TargetFramework=net462 ``` $ dotnet --version 3.1.201 $ dotnet new console $ dotnet add...

question

Could the functions from libforms and libpanels be added?

enhancement

Hi, I overrode "NamesLinux" in "CursesLibraryNames", as per the docs, to get it running on alpine linux. Is it worth adding this to the default list?

This functionality works fine in C, but when using dotnet curses you do not get the proper position of the mouse, it is all 0, 0. If you check the...