commit | a21dfb3d5555b2db4df02a9d24d61cbf97c11558 | [log] [tgz] |
---|---|---|
author | Robert Ginda <rginda@chromium.org> | Thu Oct 31 21:17:45 2013 |
committer | Robert Ginda <rginda@chromium.org> | Mon Nov 04 22:50:01 2013 |
tree | 37e0ef7201a4e7997f47b719557b1199bff32df4 | |
parent | 6f380d4d1e8e630b1eb92aeaacbdf310a4e9eab8 [diff] |
hterm 1.21: Clear line-overflow whenever we insert characters. Clear line-overflow state when inserting text. This keeps us from accidentally re-using the overflow state of text that was already visible on the line. BUG=chromium:266128, Secure Shell drops some newlines when copying text from tmux TEST=manual testing TEST=hterm_test.html, 68/68 tests passed Change-Id: Ic16c10e17109959376af7ff8b3f0de384ab8dc1c Reviewed-on: https://chromium-review.googlesource.com/175503 Reviewed-by: Robert Ginda <rginda@chromium.org> Tested-by: Robert Ginda <rginda@chromium.org>
This repository holds web applications that make use of libdot/.
libdot/ is a small set of JS libraries initially developed as part of hterm, now available as shared code.
hterm/ is a JS based terminal emulator that is reasonably fast, reasonably correct, and reasonably portable across browsers.
nassh/ is a Chrome App (currently a “v1.5” app, soon to become a “v2” or Platform App) that combines hterm with a NaCl build of OpenSSH to provide a PuTTY-like app for Chrome users.
See HACK.md for information about how to get a local copy of the source and submit patches.