tree: 2869258624d88d5baa753da1accc5d0e6d58faad [path history] [tgz]
  1. audio/
  2. bin/
  3. concat/
  4. doc/
  5. etc/
  6. html/
  7. js/
  8. test_data/
  9. .gitignore
  10. README.md
hterm/README.md

hterm

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 (like Secure Shell) or a shell environment by itself. It only provides the platform for rendering terminal output and accepting keyboard input.

Contact

The chromium-hterm mailing list can be used to contact other users and developers for questions.

Documentation

  • ChangeLog -- List of interesting changes in each release
  • FAQ -- Frequently Asked Questions
  • Embedding -- Using hterm in your project
  • Hacking -- Developing the hterm source