ExTTY (extty v0.2.1) View Source

Link to this section Summary

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Specs

send_text(GenServer.server(), String.t()) :: :ok

Specs

start_link(keyword()) :: GenServer.on_start()
Link to this macro

tty_pty(args \\ [])

View Source (macro)
Link to this macro

tty_pty(record, args)

View Source (macro)
Link to this function

window_change(tty, width, height)

View Source

Specs

window_change(GenServer.server(), non_neg_integer(), non_neg_integer()) :: :ok