VtFormatterTerminalOptions constructor
- GhosttyFormatterFormat emit = bindings.GhosttyFormatterFormat.GHOSTTY_FORMATTER_FORMAT_PLAIN,
- bool unwrap = false,
- bool trim = true,
- VtFormatterTerminalExtra extra = const VtFormatterTerminalExtra(),
Implementation
const VtFormatterTerminalOptions({
this.emit = bindings.GhosttyFormatterFormat.GHOSTTY_FORMATTER_FORMAT_PLAIN,
this.unwrap = false,
this.trim = true,
this.extra = const VtFormatterTerminalExtra(),
});