viewport

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package viewport provides a scrollable view into content.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func View

func View(m Model, content string) string

View function.

Types

type Model

type Model struct {
	// Height is the viewport height, usually the terminal height.
	Height int

	// ScrollHeight is the scrollable height.
	ScrollHeight int

	// ScrollY is the vertical scroll position.
	ScrollY int

	// ScrollBy is the number of rows or columns to scroll by.
	ScrollBy int
}

Model is the viewport model.

func Update

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

Update function.

Jump to

Keyboard shortcuts

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