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

Link to this function

poll(state, timeout \\ :infinity)

View Source

Wait for input from the terminal.

Update the size of the terminal.

Start the terminal.

Options

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.