libpromeki main
PROfessional MEdia toolKIt
 
Loading...
Searching...
No Matches
TuiCell Struct Reference

A single cell in the TUI screen buffer. More...

#include <screen.h>

Collaboration diagram for TuiCell:

Public Member Functions

bool operator== (const TuiCell &other) const
 Returns true if both character and style match.
 
bool operator!= (const TuiCell &other) const
 Returns true if character or style differ.
 

Public Attributes

Char ch = Char(U' ')
 The Unicode character in this cell.
 
TuiStyle style = TuiStyle(Color::White, Color::Black)
 Visual style (colors and attributes).
 

Detailed Description

A single cell in the TUI screen buffer.

Each cell holds a character and a TuiStyle describing its visual properties (foreground, background, text attributes).


The documentation for this struct was generated from the following file: