diff --git a/static/css/index.css b/static/css/index.css index 41d671f..a9dd117 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -494,8 +494,6 @@ header [class*=" icon-"] { height: calc(100% - 32px); background: url(../images/no-data.png) center no-repeat; } -.ui-terminal-cursor { -} -.ui-terminal-cursor:after { - content: "_" +.ui-terminal-cursor:before { + content: "_"; } diff --git a/static/js/components/app-main/index.js b/static/js/components/app-main/index.js index cb2a65f..990e5ca 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);