possible fix for buffering issue

This commit is contained in:
phanes
2024-02-08 15:12:59 -05:00
parent e9fd8c80bc
commit d13793954d

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;
} }