package
0.0.0-20250329193454-c8102f03abce
Repository: https://github.com/fyne-io/terminal.git
Documentation: pkg.go.dev
# Functions
ClearHighlightRange disables the highlight style for the given range.
GetTextRange retrieves a text range from the TextGrid.
HighlightRange highlight options to the given range if highlighting has previously been applied it is enabled.
NewTermGrid creates a new empty TextGrid widget.
NewTermTextGridStyle creates a new TextGridStyle with the specified foreground (fg) and background (bg) colors, as well as a bitmask to control the inversion of colors.
# Structs
TermGrid is a monospaced grid of characters.
TermTextGridStyle defines a style that can be original or highlighted.
# Type aliases
HighlightOption defines a function type that can modify a TermTextGridStyle.