VtFormatterTerminalExtra constructor
const
VtFormatterTerminalExtra({ - bool palette = false,
- bool modes = false,
- bool scrollingRegion = false,
- bool tabstops = false,
- bool pwd = false,
- bool keyboard = false,
- VtFormatterScreenExtra screen = const VtFormatterScreenExtra(),
})
Implementation
const VtFormatterTerminalExtra({
this.palette = false,
this.modes = false,
this.scrollingRegion = false,
this.tabstops = false,
this.pwd = false,
this.keyboard = false,
this.screen = const VtFormatterScreenExtra(),
});