editor

package
v1.9.2 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NAVIGATEPREVIOUS historyNavigation = iota
	NAVIGATENEXT
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Editor

type Editor interface {
	layout.Model
	layout.Sizeable
	layout.Focusable
	layout.Help
	SetHistory(hist *history.History)
	SetWorking(working bool) tea.Cmd
}

Editor represents an input editor component

func New

func New() Editor

New creates a new editor component

type SendMsg

type SendMsg struct {
	Content string
}

SendMsg represents a message to send

Jump to

Keyboard shortcuts

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