src.elv.sh/pkg/ui.Style.SGR (method)

3 uses

	src.elv.sh/pkg/ui (current package)
		style.go#L21: func (s Style) SGR() string {
		text_segment.go#L161: 	sgr := s.SGR()

	src.elv.sh/pkg/cli/term
		buffer_builder.go#L149: 		bb.WriteStringSGR(seg.Text, seg.Style.SGR())