vendor: github.com/creack/pty v1.1.24

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2025-01-13 17:52:33 +01:00
parent 807d15ff9d
commit b98653d8fe
7 changed files with 150 additions and 10 deletions

View File

@ -10,7 +10,7 @@ go get github.com/creack/pty
## Examples
Note that those examples are for demonstration purpose only, to showcase how to use the library. They are not meant to be used in any kind of production environment.
Note that those examples are for demonstration purpose only, to showcase how to use the library. They are not meant to be used in any kind of production environment. If you want to **set deadlines to work** and `Close()` **interrupting** `Read()` on the returned `*os.File`, you will need to call `syscall.SetNonblock` manually.
### Command