vanitea

package
v0.0.0-...-7ff6b7e Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SCROLL_LEFT  = "h"
	SCROLL_RIGHT = "l"
	SCROLL_UP    = "k"
	SCROLL_DOWN  = "j"
	SCROLL_HOME  = "0"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ScrollViewModel

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

func GetScrollView

func GetScrollView(width int, height int, content string) ScrollViewModel

func (ScrollViewModel) Init

func (m ScrollViewModel) Init() tea.Cmd

func (ScrollViewModel) Update

func (m ScrollViewModel) Update(msg tea.Msg) (tea.Model, tea.Cmd)

func (ScrollViewModel) View

func (m ScrollViewModel) View() string

Jump to

Keyboard shortcuts

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