View Source ElementTui.Tui (ElementTui v0.5.1)

This genserver will be started by the application. It will also handle drawing, in order to make sure we interact sequentially with the termbox2 NIF. In general a user should not need to use this directly, but instead use the main ElementTui module.

Summary

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

clear_region(x, y, width, height)

View Source
Link to this function

puts(x, y, attr, bg_attr, line)

View Source