update files

This commit is contained in:
nuintun 2015-12-02 11:20:16 +08:00
parent b397d437cc
commit 7738be4613
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -1684,6 +1684,7 @@ AnsiTerminal.prototype.REP = function (params){
} }
this.inst_p(s); this.inst_p(s);
this.last_char = ''; this.last_char = '';
} }
}; };