1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-07-09 16:11:27 +02:00

Fix windowsize when reattaching to terminal on process exit

This commit is contained in:
Peter Stephenson 2018-09-12 09:49:14 +01:00
parent 7c5241edf3
commit 07ad7fd970
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2018-09-12 Peter Stephenson <p.stephenson@samsung.com>
* 43450: Src/signals.c: fix window size if reattaching shell
to terminal on exit of process.
* 43446: Src/exec.c, Src/jobs.c, Src/zsh.h: enhance 43409 to
pass back list_pipe_job as well, fixing additional races.

View file

@ -550,6 +550,7 @@ wait_for_processes(void)
* leader, however.
*/
attachtty(mypgrp);
adjustwinsize(0);
}
}
}