From 8a900f149b7c57e800e6c78ff9d510d287848206 Mon Sep 17 00:00:00 2001 From: nuintun Date: Wed, 25 Nov 2015 00:29:16 +0800 Subject: [PATCH] update files --- static/css/index.css | 5 +++-- static/js/components/app-main/index.js | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/static/css/index.css b/static/css/index.css index e018ea5..41d671f 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -495,6 +495,7 @@ header [class*=" icon-"] { background: url(../images/no-data.png) center no-repeat; } .ui-terminal-cursor { - color: #181818; - background-color: #fff; +} +.ui-terminal-cursor:after { + content: "_" } diff --git a/static/js/components/app-main/index.js b/static/js/components/app-main/index.js index 990e5ca..cb2a65f 100644 --- a/static/js/components/app-main/index.js +++ b/static/js/components/app-main/index.js @@ -127,7 +127,7 @@ module.exports = Vue.component('app-main', { xterm.open(); xtermNode.appendChild(xterm.element); xterm.focus(); - //xterm.startBlink(); + xterm.startBlink(); console.log(xterm);