commit | 5b9fbe66fa99aee6a5fabcea2db990492b146fdd | [log] [tgz] |
---|---|---|
author | Robert Ginda <rginda@chromium.org> | Wed Oct 30 21:05:53 2013 |
committer | Robert Ginda <rginda@chromium.org> | Fri Nov 01 20:38:48 2013 |
tree | 48fc4004247a6deb7589403439a2a73a03dae6eb | |
parent | 60e6ef559239be0c2db2a325876084ce454083dc [diff] |
hterm 1.19: Ignore full-screen vt scroll regions. If the host attempts to set the VT scroll region to be the entire terminal height, we remove the scroll region entirely. This lets full-screen apps overflow into the local scrollback buffer, which makes screen and tmux much more pleasant to use. BUG=chromium:266197 TEST=hterm_test.html, 68/68 tests passed. Change-Id: I6f4758a3cbd03307509179edebcd99d64f072627
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.