package proto.terminal

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ClientToHost

terminal.proto:61

message Credentials

terminal.proto:27

Sent once by the client right after the session starts. The terminal agent process is launched under the supplied operating system account after the credentials are validated.

Used in: ClientToHost

message Data

terminal.proto:35

Raw pseudo-terminal byte stream. Client to host carries keyboard input, host to client carries the shell output.

Used in: ClientToHost, HostToClient

message HostToClient

terminal.proto:68

message Resize

terminal.proto:41

New visible terminal size in character cells.

Used in: ClientToHost

message Result

terminal.proto:48

Host to client report about the result of launching the terminal agent.

Used in: HostToClient

enum Result.Code

terminal.proto:50

Used in: Result