I am really into making console apps and it's because I want everything to be cross-platform. However, I found out that some functions of the Console library work with Windows, Linux and Mac, but ConsoleTitle() which I really need works only on Windows.
Is it possible to have a cross-platform version of the ConsoleTitle() function? Please understand me that this is a VERY important function for me.
Thanks
EDIT: Here's a list of Console functions that work only in Windows:
It would be nice to have those also working in Linux and Mac.ClearConsole()
ConsoleColor()
ConsoleCursor()
ConsoleLocate()
ConsoleTitle()