vt

package
v0.46.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2026 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cell

type Cell struct {
	Ch          Ch
	Fg, Bg, Dec CellColor
	Mc          MultiCell
	Attrs       CellAttrs
}

type Line

type Line struct {
	Cells []Cell
	Attrs LineAttrs
}

type LineBuf

type LineBuf struct {
	// contains filtered or unexported fields
}

func NewLineBuf

func NewLineBuf(xnum, ynum uint) *LineBuf

func (*LineBuf) AddLines

func (self *LineBuf) AddLines(n uint)

func (*LineBuf) Line

func (self *LineBuf) Line(y uint) Line

type PromptKind

type PromptKind uint8
const (
	UNKNOWN_PROMPT_KIND PromptKind = iota
	PROMPT_START
	SECONDARY_PROMPT
	OUTPUT_START
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL