Crate fidl_fuchsia_hardware_pty_common

Source

Structs§

DeviceClrSetFeatureRequest
DeviceClrSetFeatureResponse
DeviceGetWindowSizeResponse
DeviceMakeActiveRequest
DeviceMakeActiveResponse
DeviceOpenClientResponse
DeviceReadEventsResponse
DeviceSetWindowSizeRequest
DeviceSetWindowSizeResponse
WindowSize

Constants§

DEVICE_PROTOCOL_NAME
EVENT_HANGUP
The terminal has no active client.
EVENT_INTERRUPT
The terminal received a ^C control character.
EVENT_MASK
All events
EVENT_SUSPEND
The terminal received a ^Z control character.
EVENT_WINDOW_SIZE
The terminal window has resized.
FEATURE_RAW
When Feature Raw is enabled, OOB Events like ^c, ^z, etc are not generated. Instead the character is read from the read() input path.