diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2004-01-06 13:56:12 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-01-06 13:56:12 +0000 |
| commit | a892f5e24c60a5a77fc375aedca501152da0686c (patch) | |
| tree | 03da6ba80dedcde37ad928d9cf10b52da6c80288 /Functions/TCP/tcp_fd_handler | |
| parent | 19336: Src/Zle/compmatch.c: Bug with metafied characters in length of (diff) | |
| download | zsh-a892f5e24c60a5a77fc375aedca501152da0686c.tar zsh-a892f5e24c60a5a77fc375aedca501152da0686c.tar.gz zsh-a892f5e24c60a5a77fc375aedca501152da0686c.tar.bz2 zsh-a892f5e24c60a5a77fc375aedca501152da0686c.tar.lz zsh-a892f5e24c60a5a77fc375aedca501152da0686c.tar.xz zsh-a892f5e24c60a5a77fc375aedca501152da0686c.tar.zst zsh-a892f5e24c60a5a77fc375aedca501152da0686c.zip | |
19339: minor TCP function suite additions
Diffstat (limited to 'Functions/TCP/tcp_fd_handler')
| -rw-r--r-- | Functions/TCP/tcp_fd_handler | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Functions/TCP/tcp_fd_handler b/Functions/TCP/tcp_fd_handler index 33f553536..8774a2666 100644 --- a/Functions/TCP/tcp_fd_handler +++ b/Functions/TCP/tcp_fd_handler @@ -1,4 +1,5 @@ local line name=${tcp_by_fd[$1]} +local TCP_HANDLER_ACTIVE=1 if [[ -n $name ]] then local TCP_INVALIDATE_ZLE |
