Project: /_project.yaml Book: /_book.yaml

fuchsia.term

PROTOCOLS

Pty {:#Pty}

Defined in fuchsia.term/term.fidl

Defines a protocol to read and write to a Pty terminal.

OnClose {:#OnClose}

Event stream when command is closed.

Response

OnRead {:#OnRead}

Event stream when data is available.

Response

Write {:#Write}

Writes data.

Request

SetWindowSize {:#SetWindowSize}

Sets the window size.

Request

Term {:#Term}

Defined in fuchsia.term/term.fidl

Defines a protocol to create Pty terminal.

CreatePty {:#CreatePty}

Request

Response

CONSTANTS