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

Function Inverse

cell/cell.go:102–106  ·  view source on GitHub ↗

Inverse inverts the colors of the cell's text.

()

Source from the content-addressed store, hash-verified

100
101// Inverse inverts the colors of the cell's text.
102func Inverse() Option {
103 return option(func(co *Options) {
104 co.Inverse = true
105 })
106}
107
108// Blink makes the cell's text blink. Only works when using the tcell backend.
109func Blink() Option {

Callers 1

TestNewOptionsFunction · 0.85

Calls 1

optionFuncType · 0.70

Tested by 1

TestNewOptionsFunction · 0.68