Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
14
func
(cell *Cell) Rune() MeasuredRune {
15
return
cell.r
16
}
17
18
func
(cell *Cell) Fg() color.Color {
19
if
cell.Attr().inverse {
Callers
7
drawSelection
Method · 0.80
handleLigatures
Method · 0.80
drawRow
Method · 0.80
drawCursor
Method · 0.80
GetSelection
Method · 0.80
TestGetCell
Function · 0.80
TestGetCellWithHistory
Function · 0.80
Calls
no outgoing calls
Tested by
2
TestGetCell
Function · 0.64
TestGetCellWithHistory
Function · 0.64