Commits


fixed return on windows nt machines.


backported backspace fix from HEAD.


This commit was manufactured by cvs2svn to create branch 'branch-20'.


escape fix, next try.


don't send escape twice.


fixed bug in params handling added input field for save as file


*** empty log message ***


fixed a probelm with IE6 preventing the plugin Terminal to work (IE6 is not 1.2 compatible)


*** empty log message ***


added help window


*** empty log message ***


added a capture plugin


s.getBytes() converts locales, added workaround. Added ESC < Added GR mapping for < Fixed ESC [ ? 2 l and ESC [ ? 2 h.


- Added support for ESC [ ... " <letter> (VT conformance) - Added support for 8bit control output. - Rewrote parts of the Key input handling. - Fixed some bugs. - Added some vt52 support (incomplete).


More on vt52 emulation. Not vttest complete. Poked around in keyboard handling. Broke and fixed it at several places. It is still a mess.


added colors configuration for BOLD and INVERT


*** empty log message ***


no more debug on esc[d


Keep color on ESC[0m for SCOANSI. Handle SCOANSI ESC[2;F;Bm colors.


brighten should not swap green and blue. shifted colors so that LOW is not conflicting.


Added SCO color hack mode.


missing break;


changed the color handling to support bright and lower attribute correctly.


If we fill up the line with spaces, we must not fill it with the same attribute. Fill it with '0', the default attribute instead.


add more reports to ESC [ c, to identifz vt320, vt220, vt100.