MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / FrameBuffer

Struct FrameBuffer

pkg/util/term/fb.go:41–43  ·  view source on GitHub ↗

FrameBuffer is a special type of the I/O writer that outputs the character stream to the active console screen buffer.

Source from the content-addressed store, hash-verified

39// FrameBuffer is a special type of the I/O writer that outputs the character stream to the
40// active console screen buffer.
41type FrameBuffer struct {
42 handle syscall.Handle
43}
44
45// NewFrameBuffer builds a fresh frame buffer.
46func NewFrameBuffer() (io.Writer, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected