GhosttyTerminalShellEnvironmentOptions constructor

const GhosttyTerminalShellEnvironmentOptions({
  1. String term = 'xterm-256color',
  2. String? colorTerm = 'truecolor',
  3. String fallbackUtf8Locale = 'C.UTF-8',
  4. bool ensureXdgPaths = true,
  5. bool ensureUtf8Locale = true,
})

Implementation

const GhosttyTerminalShellEnvironmentOptions({
  this.term = 'xterm-256color',
  this.colorTerm = 'truecolor',
  this.fallbackUtf8Locale = 'C.UTF-8',
  this.ensureXdgPaths = true,
  this.ensureUtf8Locale = true,
});