I am looking for a basic set of functions to be mixed with Scala standard output commands.
These commands should:
- Clear the screen
- GoTo cursor position X,Y.
- Change the color of the text.
I am in the strange situation of trying to explain why this is not a duplicate question after already explaining so in the comments. Forgive me for the duplication.
There are two fundamental differences in the two questions. First I am not looking for full curses functionality, second I am looking for interoperability with the Scala IO. Laterna, probably the best answer fails miserably in the second aspect.
I suspect the best answer is a library which calls curses, since such a library is likely to interoperate with Scala IO. That question does not ask for a library which calls curses it asks for curses-like functionality.