//! Custom widgets and helpers for terminal interface.
/// Table widget with state support.
pubmodtable;/// List widget with state support.
pubmodlist;/// Row item with limited width/height and scrolling properties.
pubmodrow;/// Style helper.
pubmodstyle;