File: tcell.html

package info (click to toggle)
golang-github-gdamore-tcell.v2 2.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,064 kB
  • sloc: javascript: 219; sh: 16; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8"/>
		<title>Tcell</title>
		<script src="wasm_exec.js"></script>
		<link rel="stylesheet" href="termstyle.css">
	</head>
	<body>
		<pre id="terminal"></pre>
		<script src="tcell.js"></script>
	</body>
</html>