I use in .Net version of my program three native WinApi functions through P/Invoke: ReadConsoleOutput, WriteConsoleOutput, ReadConsoleInput. How to implement this functionality in Mono counterpart under Linux?
I know about standart System.Console class. But this class for some strange reason does not support functionality of previously mentioned winapi-functions in any way.