Implement a nice terminal emulator on the JS side

This commit is contained in:
2026-02-25 13:45:08 +00:00
parent cc7609b847
commit 6e12c9c72e
3 changed files with 252 additions and 23 deletions

View File

@@ -7,6 +7,5 @@
<body>
<script type="text/javascript" src="emu.js"></script>
<div id="output"></div>
<input id="input" type="text" autofocus></input>
</body>
</html>