possible fix for buffering issue

master
phanes 2024-02-08 15:12:59 -05:00
parent e9fd8c80bc
commit d13793954d
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ int exec_pty(
} }
} }
if (watched_fds[this_fd].revents & POLLERR) { if (watched_fds[this_fd].revents & POLLERR) {
close(watched_fds[this_fd].fd); //close(watched_fds[this_fd].fd);
break_out = true; break_out = true;
//continue; //continue;
} }