MCPcopy
hub / github.com/liamg/darktile / Rune

Method Rune

internal/app/darktile/termutil/cell.go:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14func (cell *Cell) Rune() MeasuredRune {
15 return cell.r
16}
17
18func (cell *Cell) Fg() color.Color {
19 if cell.Attr().inverse {

Callers 7

drawSelectionMethod · 0.80
handleLigaturesMethod · 0.80
drawRowMethod · 0.80
drawCursorMethod · 0.80
GetSelectionMethod · 0.80
TestGetCellFunction · 0.80
TestGetCellWithHistoryFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestGetCellFunction · 0.64
TestGetCellWithHistoryFunction · 0.64