1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-23 16:40:24 +02:00

18497: minor tweaks to info and tcp_spam

This commit is contained in:
Peter Stephenson 2003-05-02 10:58:52 +00:00
parent 94da86f795
commit 48d0166c1c
4 changed files with 12 additions and 4 deletions

View file

@ -95,7 +95,7 @@ for TCP_SESS in $sessions; do
tcp_on_spam $TCP_SESS $cmd $*
[[ $REPLY = done ]] && continue
fi
[[ -n $verbose ]] && zformat REPLY $TCP_PROMPT "s:$TCP_SESS" \
"f:${tcp_by_name[$TCP_SESS]}"
[[ -n $verbose ]] && zformat -f REPLY $TCP_PROMPT "s:$TCP_SESS" \
"f:${tcp_by_name[$TCP_SESS]}" && print -r $REPLY
eval $cmd '$*'
done