about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-10-19 08:46:54 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-10-19 08:46:54 +0000
commit16d7e31ae81bdd87dd90ce91d9072006e43f6596 (patch)
tree163fa15d6076a55c9cb0991656bf3b4d512f6de8 /Functions
parentf718ed6b52199e6a650fb8b01fec392e86dcf412 (diff)
downloadzsh-16d7e31ae81bdd87dd90ce91d9072006e43f6596.tar.gz
zsh-16d7e31ae81bdd87dd90ce91d9072006e43f6596.tar.xz
zsh-16d7e31ae81bdd87dd90ce91d9072006e43f6596.zip
make non-blocking IO on ptys work again; add -t option to test if command is still alive (13035)
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Misc/nslookup2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Misc/nslookup b/Functions/Misc/nslookup
index d4f7e96b9..1751ef68a 100644
--- a/Functions/Misc/nslookup
+++ b/Functions/Misc/nslookup
@@ -24,7 +24,7 @@ zstyle -s ':nslookup' pager tmp &&
     [[ -z "$pager" ]] && pager="${opager:-more}"
 (( $#pmpt )) || pmpt=(-p '> ')
 
-zpty nslookup nslookup "$@"
+zpty -b nslookup nslookup "$@"
 
 zpty -r nslookup line '*
 > '