Skip to content

Commit

Permalink
mytty -> mypty
Browse files Browse the repository at this point in the history
  • Loading branch information
breuleux committed Apr 22, 2013
1 parent 8368cdf commit 9c2e7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/terminus-server.js
Expand Up @@ -12,7 +12,7 @@ function TTY(command, actions) {
var self = {};

command = command.split(" ");
mytty = pty.spawn(command[0], command.slice(1));
mypty = pty.spawn(command[0], command.slice(1));

self.set_window_size = function(nrows, ncols) {
mypty.resize(ncols, nrows);
Expand Down

0 comments on commit 9c2e7fe

Please sign in to comment.