diff --git a/static/js/components/app-main/index.js b/static/js/components/app-main/index.js index d4fb9a2..85426cf 100644 --- a/static/js/components/app-main/index.js +++ b/static/js/components/app-main/index.js @@ -144,7 +144,7 @@ module.exports = Vue.component('app-main', { xterm: xterm } } else { - runtime.xterm.write(test); + runtime.xterm.write('\r\n' + test); scroll(runtime.xterm); } },