From f2fcd689bc761e204865b6fb156c603b3cf4e010 Mon Sep 17 00:00:00 2001 From: nuintun Date: Tue, 1 Dec 2015 16:28:50 +0800 Subject: [PATCH] update files --- static/js/terminal/xterm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/terminal/xterm.js b/static/js/terminal/xterm.js index 76c1e58..72c2927 100644 --- a/static/js/terminal/xterm.js +++ b/static/js/terminal/xterm.js @@ -2651,11 +2651,11 @@ function getStyles(num, gb, fullwidth){ } function styles(node){ + var styles = {}; var attr = node.attr; var attributes = node.getAttributes(); var foreground = attributes.foreground; var background = attributes.background; - var styles = { attr: attr, char: node.c }; [ 'bold', 'italic', 'underline',