Skip to content

Commit

Permalink
uncomment tty_raw
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyf committed Sep 29, 2013
1 parent 0685605 commit 227755f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsh.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ void loop_interactive(int fd) {
pty_remote_fd = fds[0];
pty_local_fd = STDIN_FILENO;

//tty_raw();
tty_raw();
tty_winsz();

pump_t p;
Expand Down

0 comments on commit 227755f

Please sign in to comment.