From f439f345673677e4d3b2a7fc28d6f740ea35bab9 Mon Sep 17 00:00:00 2001 From: nuintun Date: Tue, 1 Dec 2015 16:28:11 +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 01f37ec..76c1e58 100644 --- a/static/js/terminal/xterm.js +++ b/static/js/terminal/xterm.js @@ -2652,10 +2652,10 @@ function getStyles(num, gb, fullwidth){ function styles(node){ var attr = node.attr; - var styles = { attr: attr }; var attributes = node.getAttributes(); var foreground = attributes.foreground; var background = attributes.background; + var styles = { attr: attr, char: node.c }; [ 'bold', 'italic', 'underline',