cleaning up interpolation

This commit is contained in:
phanes
2024-02-09 01:20:17 -05:00
parent d13793954d
commit 698ba9373c
3 changed files with 15 additions and 14 deletions

View File

@@ -247,6 +247,7 @@ int exec_pty(
} else {
// byte count was sane
// write to stdout,stderr
if (this_fd == 0) {
// parent stdin received, write to child pty (stdin)
write_all(masterFd, buf, byte_count);