Home
last modified time | relevance | path

Searched defs:AttributeColor (Results 1 – 10 of 10) sorted by relevance

/dports/editors/o/o-2.46.0/
H A Dmarkdown.go38 func quotedWordReplace(line string, quote rune, regular, quoted vt100.AttributeColor) string {
78 func style(line, marker string, textColor, styleColor vt100.AttributeColor) string {
116 func emphasis(line string, textColor, italicsColor, boldColor, strikeColor vt100.AttributeColor) st…
H A Dspinner.go46 …s, tty *vt100.TTY, umsg, qmsg string, startIn time.Duration, textColor vt100.AttributeColor) chan …
H A Dmenu.go124 …string, titleColor, arrowColor, textColor, highlightColor, selectedColor vt100.AttributeColor, ini…
H A Dstatusbar.go31 func NewStatusBar(fg, bg, errfg, errbg vt100.AttributeColor, editor *Editor, show time.Duration) *S…
H A Dmenuwidget.go30 …string, titleColor, arrowColor, textColor, highlightColor, selectedColor vt100.AttributeColor, can…
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/textoutput/textoutput-1.12.10/vendor/github.com/xyproto/vt100/
H A Dcolors.go16 type AttributeColor []byte type
327 func (ac AttributeColor) Combine(other AttributeColor) AttributeColor {
349 func Write(x, y int, text string, fg, bg AttributeColor) {
355 func WriteRune(x, y int, r rune, fg, bg AttributeColor) {
378 func (ac *AttributeColor) Equal(other AttributeColor) bool {
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/syntax/syntax-ca482ff0125a/vendor/github.com/xyproto/vt100/
H A Dcolors.go16 type AttributeColor []byte type
327 func (ac AttributeColor) Combine(other AttributeColor) AttributeColor {
351 func Write(x, y int, text string, fg, bg AttributeColor) {
357 func WriteRune(x, y int, r rune, fg, bg AttributeColor) {
380 func (ac *AttributeColor) Equal(other AttributeColor) bool {
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/guessica/guessica-1.1.0/vendor/github.com/xyproto/vt100/
H A Dcolors.go14 type AttributeColor []byte type
328 func (ac AttributeColor) Combine(other AttributeColor) AttributeColor {
352 func Write(x, y int, text string, fg, bg AttributeColor) {
358 func WriteRune(x, y int, r rune, fg, bg AttributeColor) {
380 func (ac AttributeColor) Equal(other AttributeColor) bool {
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/vt100/
H A Dcolors.go16 type AttributeColor []byte type
327 func (ac AttributeColor) Combine(other AttributeColor) AttributeColor {
349 func Write(x, y int, text string, fg, bg AttributeColor) {
355 func WriteRune(x, y int, r rune, fg, bg AttributeColor) {
378 func (ac *AttributeColor) Equal(other AttributeColor) bool {
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/vt100/vt100-1.9.9/
H A Dcolors.go16 type AttributeColor []byte type
327 func (ac AttributeColor) Combine(other AttributeColor) AttributeColor {
349 func Write(x, y int, text string, fg, bg AttributeColor) {
355 func WriteRune(x, y int, r rune, fg, bg AttributeColor) {
378 func (ac *AttributeColor) Equal(other AttributeColor) bool {