MCPcopy
hub / github.com/mum4k/termdash / Dim

Function Dim

cell/cell.go:116–120  ·  view source on GitHub ↗

Dim makes the cell foreground color dim. Only works when using the tcell backend.

()

Source from the content-addressed store, hash-verified

114
115// Dim makes the cell foreground color dim. Only works when using the tcell backend.
116func Dim() Option {
117 return option(func(co *Options) {
118 co.Dim = true
119 })
120}

Callers 2

fadeOptsFunction · 0.92
TestNewOptionsFunction · 0.85

Calls 1

optionFuncType · 0.70

Tested by 1

TestNewOptionsFunction · 0.68