You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: