use Default;
use Style;
/// A `ScreenCharacter` is a character that will be displayed
/// on the screen.
///
/// A `ScreenCharacter` will always have a character (`c`), and may
/// optionally have a
/// [`Style`](https://docs.rs/tui/latest/tui/style/struct.Style.html), which sets properties.