View Source ElementTui.Tui (ElementTui v0.4.0)

This genserver will be started by the application. It will also handle drawing, in order to make sure we write single threaded. 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