Open GoogleCodeExporter opened 8 years ago
Why not a count of character cells, rather than pixels? That way no shift is
needed,
and the screen needs to remain cell-addressable anyhow.
Original comment by bsittler@google.com
on 23 Dec 2009 at 10:33
By the way, this and many other of the terminal emulation issues reported,
could all be solved by using a better terminal emulation library.
I just so happen to have written one, in pure C, which may be a better fit
here. A small amount of JNI ought to be able to wrap that neatly for use in
ConnectBot.
https://launchpad.net/libvterm
I use this daily, it is the backing behind my default terminal I use for both
work and personal use. It fully understands, among many other things, Unicode
combining characters up to a compile-time defined limit (defaults to 6).
Original comment by pev...@google.com
on 8 Jun 2012 at 1:00
Original issue reported on code.google.com by
kenny@the-b.org
on 17 Aug 2009 at 3:13