Skip to content

Commit 301f627

Browse files
save file
1 parent 35fa65f commit 301f627

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/misc/nodejs-terminal/v2.0/nodejs-terminal-v2.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
var input = shell.input.getWriter();
380380
term.onData(data=>input.write(data));
381381

382-
term.resize();
382+
//term.resize();
383383
term.focus();
384384

385385
})();

0 commit comments

Comments
 (0)