mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Enable tcsetpgrp to support job control
See https://github.com/zsh-users/zsh-docker/pull/15
This commit is contained in:
parent
cbf0e24b18
commit
a36a9aca44
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue