From 16d7e31ae81bdd87dd90ce91d9072006e43f6596 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Thu, 19 Oct 2000 08:46:54 +0000 Subject: make non-blocking IO on ptys work again; add -t option to test if command is still alive (13035) --- Functions/Misc/nslookup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions') 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 '* > ' -- cgit 1.4.1