GhosttyTerminalRenderRow constructor
- required bool dirty,
- required bool wrap,
- required bool wrapContinuation,
- required bool hasGrapheme,
- required bool styled,
- required bool hasHyperlink,
- required GhosttyRowSemanticPrompt semanticPrompt,
- required bool kittyVirtualPlaceholder,
- required List<
GhosttyTerminalRenderCell> cells,
Implementation
const GhosttyTerminalRenderRow({
required this.dirty,
required this.wrap,
required this.wrapContinuation,
required this.hasGrapheme,
required this.styled,
required this.hasHyperlink,
required this.semanticPrompt,
required this.kittyVirtualPlaceholder,
required this.cells,
});