SVN revision: 72713
This commit is contained in:
Carsten Haitzler 2012-06-23 06:44:20 +00:00
parent 099de44801
commit 791a1630a6
1 changed files with 0 additions and 1 deletions

View File

@ -1737,7 +1737,6 @@ termpty_new(const char *cmd, int w, int h, int backscroll)
if (ty->slavefd < 0) goto err;
fcntl(ty->fd, F_SETFL, O_NDELAY);
printf("@@@@@@@@@@@@ ty->fd = %i\n", ty->fd);
ty->hand_exe_exit = ecore_event_handler_add(ECORE_EXE_EVENT_DEL,
_cb_exe_exit, ty);
ty->pid = fork();