From 3b2dfb4d08bb3a5a74a6ffcdc35421fc88b3a8fe Mon Sep 17 00:00:00 2001 From: nuintun Date: Tue, 1 Dec 2015 16:27:25 +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 72c2927..01f37ec 100644 --- a/static/js/terminal/xterm.js +++ b/static/js/terminal/xterm.js @@ -2651,8 +2651,8 @@ function getStyles(num, gb, fullwidth){ } function styles(node){ - var styles = {}; var attr = node.attr; + var styles = { attr: attr }; var attributes = node.getAttributes(); var foreground = attributes.foreground; var background = attributes.background;