Show command and hostname in windows title

This commit is contained in:
Iwasaki Yudai 2015-08-23 14:04:31 +09:00
parent 5ee6356242
commit 67b54b7f20
6 changed files with 113 additions and 53 deletions

View file

@ -1,11 +1,11 @@
<!doctype html>
<html>
<head>
<title>GoTTY</title>
<title>{{ .Title }}</title>
<style>body {position: absolute; height: 100%; width: 100%; margin: 0px;}</style>
</head>
<body>
<script src="hterm.js"></script>
<script src="gotty.js"></script>
<script src="static/hterm.js"></script>
<script src="static/gotty.js"></script>
</body>
</html>