VtFormatterTerminalOptions constructor

const VtFormatterTerminalOptions({
  1. GhosttyFormatterFormat emit = bindings.GhosttyFormatterFormat.GHOSTTY_FORMATTER_FORMAT_PLAIN,
  2. bool unwrap = false,
  3. bool trim = true,
  4. 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(),
});