xterm library

Classes

PlatformBehavior
PlatformBehaviors
Terminal
TerminalBackend
interface for every Terminal backend
TerminalStyle
TerminalUiInteraction
this interface describes what a Terminal UI needs from a Terminal

Typedefs

BellHandler = void Function()
IconChangeHandler = void Function(String)
TerminalInputHandler = void Function(String)
TextStyleProvider = dynamic Function({Paint background, Color backgroundColor, Color color, TextDecoration decoration, Color decorationColor, TextDecorationStyle decorationStyle, double decorationThickness, List<FontFeature> fontFeatures, double fontSize, FontStyle fontStyle, FontWeight fontWeight, Paint foreground, double height, double letterSpacing, Locale locale, List<Shadow> shadows, TextBaseline textBaseline, TextStyle textStyle, double wordSpacing})
TitleChangeHandler = void Function(String)