about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-05-31 08:18:36 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-05-31 08:18:36 +0000
commitae5e34db253ffd89369dd67835999c23dd9e62c2 (patch)
treea5834f798d865baef67449b2e8d0fba3fac03adf /Functions
parent5d4492c974d62d85ef73a40740fdb986f7551c41 (diff)
downloadzsh-ae5e34db253ffd89369dd67835999c23dd9e62c2.tar.gz
zsh-ae5e34db253ffd89369dd67835999c23dd9e62c2.tar.xz
zsh-ae5e34db253ffd89369dd67835999c23dd9e62c2.zip
(14602)
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Misc/nslookup4
1 files changed, 2 insertions, 2 deletions
diff --git a/Functions/Misc/nslookup b/Functions/Misc/nslookup
index 5b49ae9d2..150bd035c 100644
--- a/Functions/Misc/nslookup
+++ b/Functions/Misc/nslookup
@@ -36,8 +36,8 @@ while line=''; vared -he "$pmpt[@]" line; do
 
   zpty -w nslookup "$line"
 
-  zpty -r nslookup line '*
-> '
+  zpty -r nslookup line '(|*
+)> '
   if [[ -n "$pager" && ${#${(f)line}} -gt LINES ]]; then
     print -nr "$line" | eval "$pager"
   else