Home
last modified time | relevance | path

Searched defs:StyleAttrs (Results 1 – 3 of 3) sorted by relevance

/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/
H A Ddecoration.go32 type StyleAttrs struct { struct
33 …If the specific bit in Set is 1, then the specific bit on OnOff says whether the style is on or off
34 …rMask // If the specific bit in Set is 0, then no style preference is declared (e.g. for underline)
77 func (a StyleAttrs) MergeUnder(upper StyleAttrs) StyleAttrs {
472 func MakeCellStyle(fg TCellColor, bg TCellColor, attr StyleAttrs) tcell.Style {
1004 func MakeStyledPaletteEntry(fg, bg IColor, style StyleAttrs) PaletteEntry {
1153 StyleAttrs anonMember
1158 func MakeStyledAs(s StyleAttrs) StyledAs {
H A Dcell.go26 func MakeCell(codePoint rune, fg TCellColor, bg TCellColor, Attr StyleAttrs) Cell {
/dports/www/dillo2/dillo-3.0.5/dw/
H A Dstyle.hh489 class StyleAttrs : public lout::object::Object class