View Source API Reference ElementTui v0.2.0

Modules

Main interface to the ElementTui library, for running a terminal user interface.

Opens a window (tb_init) and kills it on shutdown (tb_shutdown)

Thin wrapper around the termbox2 C library. In general a user should not need to use this directly, but instead use the main ElementTui module.

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