update files

This commit is contained in:
nuintun
2015-12-02 12:20:06 +08:00
parent b1179a94fa
commit 6b58997ec1
2 changed files with 25 additions and 2 deletions

View File

@@ -94,7 +94,7 @@
].forEach(function (line){ xterm.write(line + '\r\n'); });
xterm.write('\033[41;32m红底绿字\033[0m');
xterm.toString('html');
console.log(xterm.toString('html'));
</script>
</body>
</html>