From d8e841a3d8f60309ab9262453a97401caf616b21 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Sun, 3 Jul 2016 13:35:45 -0700 Subject: [PATCH] Implement hterm (#28) * remove legacy css * hyperterm: delegate rows / cols calculation to hterm * session: handle pty kill problems * index: fix memory leak by removing sessions from the map upon exit * app: remove local copy of `xterm.js` * term: implement the `hterm` API and some needed overrides * package: add `hterm-umd` * hyperterm: add optimistic tab exit * hyperterm: delegate key combination detection to the hterm