aboutsummaryrefslogtreecommitdiffstats
path: root/src/de/mud/terminal/VDUBuffer.java
Commit message (Expand)AuthorAgeFilesLines
* Go fasterKenny Root2009-07-091-43/+27
* Fix resizing bug caused by removing all the unnecessary allocations in mud.de...Kenny Root2009-06-071-7/+12
* Fix off-by-one error in de.mud code unmasked by r252Kenny Root2009-06-011-3/+3
* Minimize the chance of the charArray or charAttributes being null since we ha...Kenny Root2009-06-011-15/+23
* Reduce allocations in read and write path, pass 1 (there is still more alloca...Kenny Root2009-06-011-29/+22
* Fill deleted last line with space characterKenny Root2009-01-171-0/+1
* Fill inserted lines with space characterKenny Root2009-01-171-0/+1
* Add extra bit for default color supportKenny Root2008-12-121-4/+4
* Add in xterm-style 256 color supportKenny Root2008-12-121-6/+6
* * Add icons for PubkeyListActivity and an empty-list hint TextViewKenny Root2008-10-301-7/+3
* * Fix delete line bug in emulation that was messing up irssi clock updates.Kenny Root2008-10-301-7/+1
* * Fix scrolling region setting bug.Kenny Root2008-10-301-4/+29
* * First pass at publickey authentication.Kenny Root2008-10-291-2/+2
* * finished implementing copy functionalityJeffrey Sharkey2008-10-271-3/+5
* * moved all terminal logic into a Service backend. connections are held in p...Jeffrey Sharkey2008-08-271-1/+6
* Restore Marcus Meißner's name from clobberingKenny Root2008-08-261-1/+1
* * Fixing an off-by-one error in vt320 for ANSI 'U' escape sequences.Was messi...Jeffrey Sharkey2008-08-241-2/+14
* Added preferences, touch entropy, fixes to SoftFont.Kenny Root2007-11-211-0/+8
* Merging back in the jcterm branchKenny Root2007-11-211-0/+791