View Source ElementTui.Tui (ElementTui v0.3.1)

This genserver will be started by the application. It will also handle drawing, in order to make sure we write single threaded.

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