ttx 0.1.0
|
Represents a on-screen terminal row of cells. More...
#include <ttx/terminal/row.h>
Public Attributes | |
di::Vector< Cell > | cells |
Fixed size vector of terminal cells for this row. | |
di::String | text |
Text associated with the row. | |
bool | overflow { false } |
Use for rewrapping on resize. Set if the cursor overflowed when at this row. | |
bool | stale { false } |
Dirty bit for damage tracking. 1 indicates the cell isn't dirty. | |
Represents a on-screen terminal row of cells.
di::Vector<Cell> ttx::terminal::Row::cells |
Fixed size vector of terminal cells for this row.
bool ttx::terminal::Row::overflow { false } |
Use for rewrapping on resize. Set if the cursor overflowed when at this row.
|
mutable |
Dirty bit for damage tracking. 1 indicates the cell isn't dirty.
di::String ttx::terminal::Row::text |
Text associated with the row.