A single cell in the TUI screen buffer. More...
#include <screen.h>

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). | |
A single cell in the TUI screen buffer.
Each cell holds a character and a TuiStyle describing its visual properties (foreground, background, text attributes).