Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Zsh for client programming



On Sep 20,  7:19pm, Tyler Spivey wrote:
}
} 1. read output from the server and print it, while reading input from me
} and sending it out. That's the most important.

See the zftp functions and the zsh/net/tcp module.

} 2. be able to use readline while reading input. Has a zsh module been
} developped for readline?

No, a module for readline has not been developed, because ZLE has been
lots better.  (Recent versions of readline may be catching up.)  You
can use the "vared" command to access ZLE from a script, or you could
just run the mud client as function calls from the normal shell prompt.



Messages sorted by: Reverse Date, Date, Thread, Author