mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
remove dirty for now
This commit is contained in:
@ -83,9 +83,6 @@ pub const RowHeader = struct {
|
|||||||
/// Used internally to track if this row has been initialized.
|
/// Used internally to track if this row has been initialized.
|
||||||
init: bool = false,
|
init: bool = false,
|
||||||
|
|
||||||
/// True if one of the cells in this row has been changed
|
|
||||||
dirty: bool = false,
|
|
||||||
|
|
||||||
/// If true, this row is soft-wrapped. The first cell of the next
|
/// If true, this row is soft-wrapped. The first cell of the next
|
||||||
/// row is a continuous of this row.
|
/// row is a continuous of this row.
|
||||||
wrap: bool = false,
|
wrap: bool = false,
|
||||||
|
Reference in New Issue
Block a user