]> Cypherpunks repositories - gostls13.git/commit
exp/terminal: split terminal handling from exp/ssh
authorAdam Langley <agl@golang.org>
Tue, 18 Oct 2011 16:58:57 +0000 (12:58 -0400)
committerAdam Langley <agl@golang.org>
Tue, 18 Oct 2011 16:58:57 +0000 (12:58 -0400)
commit7bc4f8de0fc91b209265f797fd20820914f5baaa
treeaf63ed03fc30acff4fd93effcb5902773e30c536
parentec158f77bd2963d78990b84ceaa12f2e3993c9f3
exp/terminal: split terminal handling from exp/ssh

This change splits terminal handling from exp/ssh, as suggested
several times in the ssh code review.

shell.go and shell_test.go are copies from exp/ssh with minimal
changes, so don't need another full review. A future CL will remove
that code from exp/ssh.

R=bradfitz, r, dave, rsc
CC=golang-dev
https://golang.org/cl/5278049
src/pkg/exp/terminal/Makefile [new file with mode: 0644]
src/pkg/exp/terminal/shell.go [new file with mode: 0644]
src/pkg/exp/terminal/shell_test.go [new file with mode: 0644]
src/pkg/exp/terminal/terminal.go [new file with mode: 0644]
src/pkg/syscall/types_linux.c
src/pkg/syscall/ztypes_linux_amd64.go