messageview

package
v1.9.0 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EntryType

type EntryType = string
const (
	Debugger EntryType = "Debugger>"
	Runtime  EntryType = "Runtime >"
)

type MessageEntry

type MessageEntry struct {
	Type EntryType
	Text string
}

type MessageView

type MessageView struct {
	*tview.TextView
	// contains filtered or unexported fields
}

func New

func New() *MessageView

func (*MessageView) Append

func (m *MessageView) Append(mt EntryType, format string, args ...any)

func (*MessageView) Clear

func (m *MessageView) Clear()

func (*MessageView) Draw

func (m *MessageView) Draw(screen tcell.Screen)

Jump to

Keyboard shortcuts

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