source/pty.tcl
Procedure Summary |
ptyexec { args } Execute an external program like "exec" does, but in its own PTY. |
ptykill { } Kill an ongoing ptyexec |
ptyresize { } Resize the window size of the PTY of an ongoing ptyexec |
Procedure Detail |
proc ptyexec { args }
args
- Optional parameters, the program to execute, and arguments to the executable
proc ptykill { }
proc ptyresize { }