Skip to content

Releases: creack/pty

Add support for NetBSD and LoongArch

16 May 16:43
4f15fbd
Compare
Choose a tag to compare

Add support for NetBSD and LoongArch

Add arm support for OpenBSD

19 May 16:23
2a38352
Compare
Choose a tag to compare
Add openbsd archs

Signed-off-by: Guillaume J. Charmes <git+guillaume@charmes.net>

Fix CTTY to work with go1.15

07 May 13:40
f272787
Compare
Choose a tag to compare

Use stdin as the controlling terminal by default instead of setting it to the parent TTY.

v1.1.9: Bump go 1.13

25 Sep 15:38
Compare
Choose a tag to compare
Signed-off-by: Guillaume J. Charmes <gcharmes@magicleap.com>

Add more os/arch support

29 Jun 15:12
Compare
Choose a tag to compare

Add support for linux/solaris linux/riscv linux/riscv64

Set Ctty in SysProcAttr

11 Jun 15:44
Compare
Choose a tag to compare

Required fix to work with go1.13

Allow preset i/o in StartWithSize

18 Mar 12:42
Compare
Choose a tag to compare
Don't set Stdin/Stdout/Stderr if already set (#71)

* only set stdout and stderr if not already set

* Don't set cmd.Stdin if it's already set

Considered @craek's codereview

Add StartWithSize

15 Sep 15:03
Compare
Choose a tag to compare

Add StartWithSize to allow resizing pty before starting a command to avoid races

OpenBSD 32bits

20 Jun 15:14
Compare
Choose a tag to compare

Add support for 32bits OpenBSD.

Add support for OpenBSD

13 Jan 18:11
282ce0e
Compare
Choose a tag to compare

Add support for OpenBSD.
Better error management.