- Notifications
You must be signed in to change notification settings - Fork47
MOVED: Please use the new libapps repo on chromium.googlesource.com instead
License
chromium/hterm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
hterm is a JS library that provides a terminal emulator. It is reasonably fast,reasonably correct, and reasonably portable across browsers.
Do not confuse this with an ssh client (likeSecure Shell) or ashell environment by itself. It only provides the platform for renderingterminal output and accepting keyboard input.
Thechromium-hterm mailing list can be used to contact other users anddevelopers for questions.
Our existing set of bugs/feature requests can be found athttps://goo.gl/VkasRC.
To file an actual report, you can usehttps://goo.gl/vb94JY. This will routeto the right people.
We require ECMAScript 2018. If you're using an older runtime, then sorry,you're not supported. Fortunately, all modern browsers today should support it.
We might use some newer features as we deem useful, but only ones that can bepolyfilled (and we'll include those polyfills by way oflibdot). We'll avoidlanguage features (e.g. syntax) that can't be polyfilled.
Of course, we might slip up and use something that violates these stated goals.Feel free to let us know via the Contact section above! :)
- https://chromium.googlesource.com/apps/libapps/+/HEAD/hterm: Main project site.
- https://github.com/chromium/hterm: Mirror of just the hterm/ subdir.Updated from time to time by developers.
- https://github.com/libapps/hterm: Another mirror (in the libapps namespace).
- https://www.npmjs.com/package/hterm: Packaging for npm installs.
//depot/google3/third_party/javascript/hterm/
: Internal Google packaging.
- Authors -- List of people who have contributed
- ChangeLog -- List of interesting changes in each release
- FAQ -- Frequently Asked Questions
- Keyboard Bindings -- All keyboard related details
- Control Sequences -- Supported control sequences
- Embedding -- Using hterm in your project
- Hacking -- Using the hterm source
- Internals -- Developing the hterm project
About
MOVED: Please use the new libapps repo on chromium.googlesource.com instead