mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 05:00:59 +01:00
Fixes from Andrej for zpty on cygwin
This commit is contained in:
parent
ff82191c26
commit
8ff0785863
3 changed files with 13 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ comptestinit () {
|
|||
(( OPTIND > 1 )) && shift $(( OPTIND - 1 ))
|
||||
|
||||
export PS1="<PROMPT>"
|
||||
zpty -b zsh "$comptest_zsh -f +Z"
|
||||
zpty zsh "$comptest_zsh -f +Z"
|
||||
|
||||
zpty -r zsh log1 "*<PROMPT>*" || {
|
||||
print "first prompt hasn't appeared."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue