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

Function Underline

cell/cell.go:88–92  ·  view source on GitHub ↗

Underline makes cell's text underlined.

()

Source from the content-addressed store, hash-verified

86
87// Underline makes cell's text underlined.
88func Underline() Option {
89 return option(func(co *Options) {
90 co.Underline = true
91 })
92}
93
94// Strikethrough strikes through the cell's text. Only works when using the tcell backend.
95func Strikethrough() Option {

Callers 2

mainFunction · 0.92
TestNewOptionsFunction · 0.85

Calls 1

optionFuncType · 0.70

Tested by 1

TestNewOptionsFunction · 0.68