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:
parent
94da86f795
commit
48d0166c1c
4 changed files with 12 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue