Commit Briefs
fixed return on windows nt machines. (branch-20)
fixed a probelm with IE6 preventing the plugin Terminal to work
(IE6 is not 1.2 compatible)
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.
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.
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.