mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
22065: starts with "--".
This commit is contained in:
parent
405fd07656
commit
b9262b0cbb
2 changed files with 6 additions and 1 deletions
|
@ -216,7 +216,7 @@ while (( ${#read_fds} )); do
|
|||
fi
|
||||
|
||||
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.
|
||||
tcp_lines+=($REPLY)
|
||||
typeset -g TCP_LINE="$REPLY" TCP_LINE_FD="$read_fd"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue