aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/theb/ssh/Terminal.java
Commit message (Collapse)AuthorAgeFilesLines
* * removed older code to clean stuff upJeffrey Sharkey2008-10-241-32/+0
| | | | | | | | | * renamed some classes to make clearer * added javadoc everywhere to help explain stuff * separated private key db from host db * removed older "surface" bridge/view because they are painfully slow on hardware, didnt speed up things like we expected they would because lock/unlock of accelerated surface is expensive
* * Fixing an off-by-one error in vt320 for ANSI 'U' escape sequences.Was ↵Jeffrey Sharkey2008-08-241-0/+1
| | | | | | | | | | | messing up scrollback on irssi sessions. * Filling buffer will ' ' (spaces) instead of null characters. Android's MONOSPACE font doesn't render the null correctly; might be trying to interpret them as unicode. Was messing up indentation on rtorrent sessions. * Removed SoftFont from redraw() and sped things up immensely. Everything seems to still render fine, was there a reason we needed the SoftFont? * Corrected buffer.update[] handling so we aren't repainting entire screen each time; much faster now. * Added OpenGL rendering by default, but doesn't change speed on emulator.
* Merging back in the jcterm branchKenny Root2007-11-211-0/+31