type golang.org/x/crypto/ssh.windowAdjustMsg

4 uses

	golang.org/x/crypto/ssh (current package)
		channel.go#L341: 	return c.sendMessage(windowAdjustMsg{
		channel.go#L438: 	case *windowAdjustMsg:
		messages.go#L295: type windowAdjustMsg struct {
		messages.go#L814: 		msg = new(windowAdjustMsg)