MarkLodato / vt100-parser

A VT100-compatible, output-only terminal emulator.
MIT License
39 stars 9 forks source link

Does vt100-parser support double-width unicode characters? #1

Open lekv opened 13 years ago

lekv commented 13 years ago

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.

MarkLodato commented 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!