hterm
hterm copied to clipboard
"HTML Terminal", or hterm, is an xterm-compatible terminal emulator written entirely in JavaScript.
When using dialog, standard ascii characters are being used instead of a extended ascii line art to draw the boxes. (See attached) 
also in code there is a "**console.warning**" instead of "**console.warn**" hterm_all.js:9631 [Violation] Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the...
hterm_all.js:9631 [Violation] Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive. hterm.ScrollPort.decorate @ hterm_all.js:9631 hterm.Terminal.decorate @ hterm_all.js:12169 (anonymous)...
Hi, some folks are experiencing this: [link to issue](https://github.com/DjangoGirls/tutorial/issues/859#issuecomment-249656255) any ideas?
As a JS programmer, I'd like to be able to use hterm via npm. Right now it is not clear to me how to use hterm without using git submodules....
can not use the test.html, there is no lib_hterm_deps.concat.js and hterm_preference_manager.js where can i find them? please help thank you
There are references to a BSD style license in the headers of the source code but there isn't a LICENSE file in the repository. Could you add one so we...
when an application takes over the terminal (such as less or vim), the cursor position syncing was raising an error and then the cursor would be in the wrong position...
Text shown in italics is chopped off. I assume that the text exits the bounds of the letter.
I feel like I must be missing something. The README jumps directly into a FAQ of details that might come up after one has already put hterm in use. I'm...