Enable tcsetpgrp to support job control

See https://github.com/zsh-users/zsh-docker/pull/15
pull/417/head
Eric Freese 6 years ago
parent cbf0e24b18
commit a36a9aca44

@ -13,7 +13,7 @@ for v in $(grep "^[^#]" ZSH_VERSIONS); do
--enable-cap \
--enable-multibyte \
--with-term-lib='ncursesw tinfo' \
--without-tcsetpgrp \
--with-tcsetpgrp \
--program-suffix="-$v"
make install.bin

Loading…
Cancel
Save