update files

This commit is contained in:
nuintun
2015-11-25 00:19:23 +08:00
parent a77c63998e
commit 12a617fce5
6 changed files with 40 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ module.exports = function (Terminal){
if (data !== this.defAttr) {
if (data === -1) {
out += '<span class="reverse-video">';
out += '<span class="ui-terminal-reverse ui-terminal-cursor">';
} else {
out += '<span style="';
bgColor = data & 0x1ff;