diff --git a/lib/widgets/terminal.js b/lib/widgets/terminal.js index 3ed1bbec..f17406e3 100644 --- a/lib/widgets/terminal.js +++ b/lib/widgets/terminal.js @@ -215,7 +215,7 @@ Terminal.prototype.bootstrap = function() { return; } - this.pty = require('pty.js').fork(this.shell, this.args, { + this.pty = require('node-pty').fork(this.shell, this.args, { name: this.termName, cols: this.width - this.iwidth, rows: this.height - this.iheight,