update files

This commit is contained in:
nuintun 2015-11-25 00:33:51 +08:00
parent 8a900f149b
commit e33c218a21

View File

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