mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
35815: fix for lack of startup output from newer nslookup
This commit is contained in:
parent
aee8aebd67
commit
a925d036fc
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
2015-07-23 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 35815: Functions/Misc/nslookup: fix for newer nslookup
|
||||
|
||||
* 35814: Src/Zle/zle_main.c: POSTEDIT needs to be unmetafied
|
||||
|
||||
2015-07-22 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
|
|
@ -26,8 +26,7 @@ zstyle -s ':nslookup' pager tmp &&
|
|||
|
||||
zpty nslookup command nslookup "${(q)@}"
|
||||
|
||||
zpty -r nslookup line '*
|
||||
> '
|
||||
zpty -r nslookup line '*> '
|
||||
print -nr "$line"
|
||||
|
||||
while line=''; vared -he "$pmpt[@]" line; do
|
||||
|
|
Loading…
Reference in a new issue