From 46bbf5470e373d3b2a8282fe7b90d30c8da598fa Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Mon, 20 Apr 2020 20:59:04 +1000 Subject: aio: Add socket pty Allows a psuedo-tty pair to be created. Signed-off-by: Steve Bennett --- jim_tcl.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'jim_tcl.txt') diff --git a/jim_tcl.txt b/jim_tcl.txt index 73c0593..24c380b 100644 --- a/jim_tcl.txt +++ b/jim_tcl.txt @@ -62,6 +62,7 @@ Changes between 0.78 and 0.79 6. Add support for `json::encode` and `json::decode` 7. `aio tty` now allows setting +echo+ without full +raw+ mode 8. `regsub` now fully supports +{backslash}A+ +9. Add `socket pty` to create a pseudo-tty pair Changes between 0.77 and 0.78 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -4981,6 +4982,10 @@ Various socket types may be created. A socketpair (see socketpair(2)). Like `pipe`, this command returns a list of two channels: {s1 s2}. These channels are both readable and writable. ++*socket pty*+:: + A pseudo-tty pair (see openpty(3)). Like `pipe`, this command returns + a list of two channels: {master slave}. These channels are both readable and writable. + This command creates a socket connected (client) or bound (server) to the given address. -- cgit v1.1