mirror of
https://github.com/ish-app/ish.git
synced 2026-01-25 14:06:40 +00:00
xterm.js can't support selection sanely. I originally thought hterm was kind of abandoned, but it turns out thousands of Googlers rely on it. So now I can live at head, and have a place to send patches.
8 lines
303 B
HTML
8 lines
303 B
HTML
<!doctype html>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="height=device-height, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
|
|
<link rel="stylesheet" href="term.css">
|
|
<div id="terminal"></div>
|
|
<script src="hterm_all.js"></script>
|
|
<script src="term.js"></script>
|