A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://godoc.org/github.com/danielgatis/go-ansicode below:

ansicode package - github.com/danielgatis/go-ansicode - Go Packages

This section is empty.

This section is empty.

This section is empty.

CharAttribute is the character attribute.

const (
	CharAttributeReset CharAttribute = iota
	CharAttributeBold
	CharAttributeDim
	CharAttributeItalic
	CharAttributeUnderline
	CharAttributeDoubleUnderline
	CharAttributeCurlyUnderline
	CharAttributeDottedUnderline
	CharAttributeDashedUnderline
	CharAttributeBlinkSlow
	CharAttributeBlinkFast
	CharAttributeReverse
	CharAttributeHidden
	CharAttributeStrike
	CharAttributeCancelBold
	CharAttributeCancelBoldDim
	CharAttributeCancelItalic
	CharAttributeCancelUnderline
	CharAttributeCancelBlink
	CharAttributeCancelReverse
	CharAttributeCancelHidden
	CharAttributeCancelStrike
	CharAttributeForeground
	CharAttributeBackground
	CharAttributeUnderlineColor
)

CharAttribute values.

Charset is used to select a standard charset.

const (
	CharsetASCII Charset = iota
	CharsetLineDrawing
)

Charset values.

CharsetIndex is used to index into the charset table.

const (
	CharsetIndexG0 CharsetIndex = iota
	CharsetIndexG1
	CharsetIndexG2
	CharsetIndexG3
)

CharsetIndex values.

ClearMode is the clear mode.

const (
	ClearModeBelow ClearMode = iota
	ClearModeAbove
	ClearModeAll
	ClearModeSaved
)

ClearMode values.

CursorStyle is the cursor style.

const (
	CursorStyleBlinkingBlock CursorStyle = iota
	CursorStyleSteadyBlock
	CursorStyleBlinkingUnderline
	CursorStyleSteadyUnderline
	CursorStyleBlinkingBar
	CursorStyleSteadyBar
)

CursorStyle values.

Decoder is a byte writer that decodes ANSI escape sequences.

NewDecoder creates a new Decoder.

Write writes a byte slice to the decoder.

WriteByte writes a byte to the decoder.

type Handler ΒΆ

Handler is the interface that handles ANSI escape sequences.

Hyperlink is used to represent a hyperlink.

type IndexedColor struct {
	Index byte
}

IndexedColor is a color that can be represented by an index.

KeyboardMode is the keyboard mode.

type KeyboardModeBehavior int

KeyboardModeBehavior is the keyboard mode behavior.

const (
	KeyboardModeBehaviorReplace KeyboardModeBehavior = iota
	KeyboardModeBehaviorUnion
	KeyboardModeBehaviorDifference
)

KeyboardModeBehavior values.

LineClearMode is the line clear mode.

Logger wraps the slog.

Debugf logs a message at Debug level.

ModifyOtherKeys is the XTerm modify other keys mode.

const (
	ModifyOtherKeysReset ModifyOtherKeys = iota
	ModifyOtherKeysEnableExceptWellDefined
	ModifyOtherKeysResetEnableAll
)

ModifyOtherKeys values.

NamedColor is a color that can be referenced by name.

ToBright returns the bright version of the color.

ToDim returns the dim version of the color.

type Performer struct {
	
}

Performer is a interface for handling ANSI escape sequences.

newPerformer creates a new Performer.

CsiDispatch is used to handle csi operations.

EscDispatch is used to handle esc operations.

Execute is used to handle execute operations.

Hook is used to handle hook operations.

OscDispatch is used to handle osc operations.

Print is used to handle print operations.

Put is used to handle put operations.

Unhook is used to handle unhook operations.

type RGBColor struct {
	R, G, B uint8
}

RGBColor is a color that can be represented by RGB values.

RGBA returns the RGBA value of the color.

type TabulationClearMode int

TabulationClearMode is the tabulation clear mode.

TabulationClearMode values.

TerminalCharAttribute is the terminal character attribute.

TerminalMode is the terminal mode.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4