Home
last modified time | relevance | path

Searched refs:WithForegroundColor (Results 1 – 7 of 7) sorted by relevance

/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/
H A Dcell.go56 res = res.WithForegroundColor(ufg)
130 func (c Cell) WithForegroundColor(a TCellColor) Cell { func
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/widgets/framed/
H A Dframed.go245 tophor = tophor.WithForegroundColor(fc)
246 bottomhor = bottomhor.WithForegroundColor(fc)
247 leftver = leftver.WithForegroundColor(fc)
248 rightver = rightver.WithForegroundColor(fc)
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/widgets/clicktracker/
H A Dclicktracker.go122 return c.WithBackgroundColor(f).WithForegroundColor(b)
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/widgets/progress/
H A Dprogress.go180 …barCanvas.SetCellAt(i, 0, barCanvas.CellAt(i, 0).WithForegroundColor(fcompCol).WithBackgroundColor…
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/widgets/styled/
H A Dstyled.go150 c = c.WithForegroundColor(f1)
/dports/net/termshark/termshark-2.1.1/widgets/hexdumper2/
H A Dhexdumper2.go383 …return cell.WithBackgroundColor(copyModeStyle.b).WithForegroundColor(copyModeStyle.f).WithStyle(co…
698 c = c.MergeDisplayAttrsUnder(c.WithForegroundColor(st.f).WithBackgroundColor(st.b).WithStyle(st.s))
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/widgets/terminal/
H A Dterm_canvas.go915 c.SetCellAt(j, i, cell.WithBackgroundColor(fg).WithForegroundColor(bg))
1259 cell = cell.WithForegroundColor(gowid.MakeTCellColorExt(tcell.Color(c.fg.Val() - 1)))