Vincent Rivière wrote:
Would it be wise to make a special case in open() inside the MiNTLib, and transparently replace /dev/tty to CON: when running on single TOS ?
I have seen that internally, open() call _unx2dos() on TOS, and it fails when CON: is passed to open().
So maybe it would be a good idea that _unx2dos() could convert automatically /dev/tty to CON: ?
-- Vincent Rivière