ExTTY (extty v0.4.2)

View Source

Summary

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

send_text(tty, text)

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

start_link(opts \\ [])

@spec start_link(keyword()) :: GenServer.on_start()

tty_pty(args \\ [])

(macro)

tty_pty(record, args)

(macro)

window_change(tty, width, height)

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