Commit Briefs

f225312530 marcus

fixed return on windows nt machines. (branch-20)


44049b749c marcus

backported backspace fix from HEAD.



945422f052 marcus

escape fix, next try.


7643f4bc0e marcus

don't send escape twice.



af98a8852c leo

*** empty log message ***


c8bdeeee1e leo

fixed a probelm with IE6 preventing the plugin Terminal to work

(IE6 is not 1.2 compatible)


07ec9efc9e leo

*** empty log message ***


8bb63b724e leo

added help window


63a0e6a36d leo

*** empty log message ***


77dcd624b3 leo

added a capture plugin


ebb2693161 marcus

s.getBytes() converts locales, added workaround.

Added ESC < Added GR mapping for < Fixed ESC [ ? 2 l and ESC [ ? 2 h.


f4da90ffc0 marcus

- 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).


de4154976c marcus

More on vt52 emulation. Not vttest complete.

Poked around in keyboard handling. Broke and fixed it at several places. It is still a mess.



22436e7660 leo

*** empty log message ***


69d0f49088 marcus

no more debug on esc[d


97d26f6f0c marcus

Keep color on ESC[0m for SCOANSI.

Handle SCOANSI ESC[2;F;Bm colors.


78e486cbcb marcus

brighten should not swap green and blue.

shifted colors so that LOW is not conflicting.


c4aaef473b marcus

Added SCO color hack mode.


ec7985638c marcus

missing break;



b6431b17d1 marcus

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.