Open lekv opened 13 years ago
I have not implemented character set switching nor have I tried using characters > 127 since I really don't know how they are supposed to work. I can use webshell as a reference (thanks for the link!) but if you come up with test cases and expected behavior, that would be great!
Characters > 0x2e80 have a width of two monospace chars. Does the vt100-parser support that? On a first glance I couldn't find any reference in the code. The python webshell application http://web-shell.googlecode.com/svn/trunk supports double-width characters, but is somewhat slow.