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

Implement `HalfDelay` and companion functions `TimeOut` and `WindowTimeOut`.

Open trilkk opened this issue 3 years ago • 1 comments

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.

trilkk avatar Oct 05 '21 17:10 trilkk

Please take a look at https://github.com/MV10/dotnet-curses/pull/11 first if possible.

trilkk avatar Oct 05 '21 17:10 trilkk

Thanks for these, sorry it took so long, I got pretty sick at one point and then, frankly, forgot they were here. But I appreciate the PRs!

MV10 avatar Jul 11 '23 11:07 MV10