[Mono-dev] ncurses console for mono and .net core that is xplat

Daniel Morgan linqdan2000 at gmail.com
Mon Dec 12 16:24:59 UTC 2016


I see there is Mono Curses so you could have a text based GUI that has colors.  I see it uses a native ncurses library.  Can it handle mouse events as well?

System.Console in .net core has colors but does not have mouse event handling. 

 I think ncurses does but requires the terminal to support it.

What is needed to have a TUI that uses ncurses and is cross platform that can run on .net core and mono?  Platforms including Linux, Mac, and Windows.

Thanks,
Daniel


More information about the Mono-devel-list mailing list