I have used PuTTY to connect to a server. PuTTY has a MxN character screen, and all is formatted correctly.
Now I want the same to mobile phone: the terminal screen and the virtual keyboard. When I use sshj, the stream is unformatted, full of special commands. I wished for MxN array of characters which I could copy to TextView, but only this raw stream is available.
Is there a ready-to-use terminal screen UI component available for Android?