update files

This commit is contained in:
nuintun
2015-12-01 16:26:29 +08:00
parent ffff90892f
commit f2197bf76b
2 changed files with 35 additions and 70 deletions

View File

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