1 parent 35fa65f commit 301f627Copy full SHA for 301f627
1 file changed
utils/misc/nodejs-terminal/v2.0/nodejs-terminal-v2.0.html
@@ -379,7 +379,7 @@
379
var input = shell.input.getWriter();
380
term.onData(data=>input.write(data));
381
382
- term.resize();
+ //term.resize();
383
term.focus();
384
385
})();
0 commit comments