goterm icon indicating copy to clipboard operation
goterm copied to clipboard

Go Terminal library with PTY support and colors

Results 4 goterm issues
Sort by recently updated
recently updated
newest added

D:\01work\internal_software\trunk\devLicense\wlic\client>go version go version go1.17 windows/amd64 D:\01work\internal_software\trunk\devLicense\wlic\client>go build # github.com/google/goterm/term C:\Users\yxhlc\go\pkg\mod\github.com\google\[email protected]\term\termios.go:202:32: not enough arguments in call to syscall.Syscall C:\Users\yxhlc\go\pkg\mod\github.com\google\[email protected]\term\termios.go:202:33: undefined: syscall.SYS_IOCTL C:\Users\yxhlc\go\pkg\mod\github.com\google\[email protected]\term\termios.go:213:32: not enough arguments in call to syscall.Syscall C:\Users\yxhlc\go\pkg\mod\github.com\google\[email protected]\term\termios.go:213:33:...

When building goterm for ppc64le and s390x on Linux, the OpenPTY calls fail: ``` github.com/google/goterm/term --- FAIL: TestClose (0.00s) termios_test.go:92: OpenPTY failed: open /dev/pts/4294967296: no such file or directory ---...

Hi. I think I found a bug. > $ go build -i -v -x > WORK=/tmp/go-build100086455 > github.com/pkg/term/termios > mkdir -p $WORK/b014/ > cd $WORK > /home/oceanfish81/gollvm_dist/bin/llvm-goc -fgo-importcfg=/dev/null -c -x...

help wanted

I have a variation on OpenPTY that is Darwin specific. It even works for both Sierra and High Sierra. For my own use, I can live with the goterm project...

enhancement