Skip to main content

Module termcap

Module termcap 

Source
Expand description

Cleanroom Rust port of upstream Go source file: termcap.go Upstream Target Tag / Version: v2.0.8

# Termcap / Terminfo Capabilities

Terminal capability query requests (request_capability) and responses (CapabilityMsg).

Structs§

CapabilityMsg
CapabilityMsg represents a Termcap/Terminfo response event. Termcap responses are generated by the terminal in response to request_capability (XTGETTCAP) requests.
RequestCapabilityMsg
RequestCapabilityMsg is an internal message that requests the terminal to send its Termcap/Terminfo response.

Functions§

request_capability
RequestCapability is a command that requests the terminal to send its Termcap/Terminfo response for the given capability.