View Source Termite.Terminal.Adapter behaviour (Termite v0.3.0)
The behaviour module for implementing an adapter.
Summary
Callbacks
Return a reference for the reader for handling input messages.
Returns a map of the width and height
Start the terminal adapter.
Write a string to the terminal. This function is expected to be implemented synchronously in the adapter.
Callbacks
Return a reference for the reader for handling input messages.
Returns a map of the width and height
Start the terminal adapter.
Write a string to the terminal. This function is expected to be implemented synchronously in the adapter.