aboutsummaryrefslogtreecommitdiffstats
path: root/src/de/mud/terminal/vt320.java
Commit message (Expand)AuthorAgeFilesLines
* Pin the cursor column to terminal width on resizeKenny Root2009-08-131-4/+16
* Do not store margins for DECSCKenny Root2009-08-111-6/+2
* Add EastAsianWidth utility to check ICU via JNIKenny Root2009-08-021-2/+2
* Support wide characters in drawing and emulationKenny Root2009-08-021-20/+47
* Fix some tabs that snuck into vt320Kenny Root2009-07-101-10/+9
* Be wary of where our cursor moves toKenny Root2009-07-091-35/+40
* Go fasterKenny Root2009-07-091-37/+42
* Add "stay connected" preference to hostsKenny Root2009-07-061-1/+1
* Fix JTA author names in source file to be UTF-8 again, dump proguard stats to...Kenny Root2009-06-271-2/+2
* range checking on vt320 OSC handlingKenny Root2009-06-231-1/+1
* Add configurable backspace keyKenny Root2009-06-151-1/+22
* Reduce allocations in read and write path, pass 1 (there is still more alloca...Kenny Root2009-06-011-5/+29
* Remove instances of System.out and System.errKenny Root2009-05-301-117/+200
* Fix scrolling bug when at the bottom and bottomMargin is setKenny Root2009-01-281-33/+36
* Some call optimizations to make terminal emulation fasterKenny Root2009-01-161-34/+54
* Restore DEC special for GR sets as wellKenny Root2009-01-041-2/+0
* Terminal emulation fixesKenny Root2009-01-041-42/+19
* Disable DEC special characters for nowKenny Root2008-12-311-0/+4
* Add (limited) support for switching encodings on host connections; a more rad...Kenny Root2008-12-161-1/+20
* Add extra bit for default color supportKenny Root2008-12-121-8/+8
* * Support more xterm attributes ESC [90m - 97m and 100m - 107mKenny Root2008-12-121-27/+41
* Add in xterm-style 256 color supportKenny Root2008-12-121-3/+46
* Duplicate ESC-c reset functionality in vt320.reset() (perhaps should be inlined)Kenny Root2008-11-241-0/+5
* * Respond to channel EOF instead of exit status.Kenny Root2008-11-191-2/+7
* * Support PINE's style of highlighting menu items with SGR italicsKenny Root2008-11-101-0/+6
* Okay, you're not going to believe this:Kenny Root2008-10-301-6/+2
* * Fix bug introduced that makes lines scroll too much. I think the last two r...Kenny Root2008-10-301-1/+1
* * Fix delete line bug in emulation that was messing up irssi clock updates.Kenny Root2008-10-301-7/+3
* * Fix scrolling region setting bug.Kenny Root2008-10-301-2/+20
* * Fix breaking out of scroll regions when the line wraps.Kenny Root2008-10-291-1/+7
* * moved all terminal logic into a Service backend. connections are held in p...Jeffrey Sharkey2008-08-271-4/+7
* Restore Marcus Meißner's name from clobberingKenny Root2008-08-261-2/+2
* * Fixing an off-by-one error in vt320 for ANSI 'U' escape sequences.Was messi...Jeffrey Sharkey2008-08-241-2/+4
* Merging back in the jcterm branchKenny Root2007-11-211-0/+2722