mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 05:00:59 +01:00
22065: starts with "--".
This commit is contained in:
parent
405fd07656
commit
b9262b0cbb
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
||||||
|
2005-12-09 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
|
* 22065: Functions/TCP/tcp_read: cope with TCP output that
|
||||||
|
starts with "--".
|
||||||
|
|
||||||
2005-12-09 Peter Stephenson <pws@csr.com>
|
2005-12-09 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* 22058: NEWS, Doc/Zsh/roadmap.yo: tweak docs for release.
|
* 22058: NEWS, Doc/Zsh/roadmap.yo: tweak docs for release.
|
||||||
|
|
|
||||||
|
|
@ -216,7 +216,7 @@ while (( ${#read_fds} )); do
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tcp_output -P "${TCP_PROMPT=<-[%s] }" -S $sess -F $read_fd \
|
tcp_output -P "${TCP_PROMPT=<-[%s] }" -S $sess -F $read_fd \
|
||||||
$noprint "$line"
|
$noprint -- "$line"
|
||||||
# REPLY is now set to the line with an appropriate prompt.
|
# REPLY is now set to the line with an appropriate prompt.
|
||||||
tcp_lines+=($REPLY)
|
tcp_lines+=($REPLY)
|
||||||
typeset -g TCP_LINE="$REPLY" TCP_LINE_FD="$read_fd"
|
typeset -g TCP_LINE="$REPLY" TCP_LINE_FD="$read_fd"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue