View Source ExTTY (extty v0.4.1)

Summary

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

@spec send_text(GenServer.server(), String.t()) :: :ok
@spec 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
@spec window_change(GenServer.server(), non_neg_integer(), non_neg_integer()) :: :ok