Packages

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

Current section

Files

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

include/etui@widgets@notification_Notification.hrl

-record(notification, {
message :: binary(),
level :: etui@widgets@notification:level(),
ttl :: integer()
}).