dotnet-curses
dotnet-curses copied to clipboard
Portable cross-platform .NET Standard wrapper for the Unix ncurses library
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...
Could the functions from libforms and libpanels be added?
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...