View Source Termite.Terminal (Termite v0.3.0)
This module provides an interface for interacting with the terminal specified.
Summary
Functions
Wait for input from the terminal.
Update the size of the terminal.
Start the terminal.
Write a string to the terminal.
Functions
Wait for input from the terminal.
Update the size of the terminal.
Start the terminal.
Options
:adapter
- determines the adapter to use. Defaults toTermite.Terminal.PrimTTY
All other options are passed directly to the adapter.
Write a string to the terminal.
See Termite.Screen
and Termite.Style
for documentation on escape codes.