Versions in this module Expand all Collapse all v0 v0.1.0 Aug 24, 2026 Changes in this version + const Sentinel + func ColorizeRows(view string, cols []table.Column, wordCols []WordColumn, ...) string + func DisplayColumnToByteOffset(line string, col int) int + func HighlightRow(line string, style lipgloss.Style) string + func RecolorWord(line string, off ColOffset, lookup func(string) lipgloss.Style) string + func StyleSequences(style lipgloss.Style) (open, closeSeq string) + func Tag(text string, selected bool) string + type ColOffset struct + Start int + Width int + func ColumnOffsets(cols []table.Column) []ColOffset + type WordColumn struct + Index int + Style func(word string) lipgloss.Style