Packages

A TUI library for Gleam: correct Unicode, minimal-diff rendering, clean terminal teardown.

Current section

Files

Jump to
etui include etui@widgets@tree_TreeWidget.hrl
Raw

include/etui@widgets@tree_TreeWidget.hrl

-record(tree_widget, {
roots :: list(etui@widgets@tree:tree_node()),
fg :: etui@style:color(),
bg :: etui@style:color(),
highlight_style :: etui@style:style(),
glyphs :: etui@widgets@tree:tree_glyphs()
}).