mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-27 15:01:00 +01:00
Fix windowsize when reattaching to terminal on process exit
This commit is contained in:
parent
7c5241edf3
commit
07ad7fd970
2 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
2018-09-12 Peter Stephenson <p.stephenson@samsung.com>
|
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
|
* 43446: Src/exec.c, Src/jobs.c, Src/zsh.h: enhance 43409 to
|
||||||
pass back list_pipe_job as well, fixing additional races.
|
pass back list_pipe_job as well, fixing additional races.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -550,6 +550,7 @@ wait_for_processes(void)
|
||||||
* leader, however.
|
* leader, however.
|
||||||
*/
|
*/
|
||||||
attachtty(mypgrp);
|
attachtty(mypgrp);
|
||||||
|
adjustwinsize(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue