Documentation
¶
Overview ¶
Credit to @TypicalAM https://github.com/TypicalAM/goread
Credit to @TypicalAM https://github.com/TypicalAM/goread
Credit to @TypicalAM https://github.com/TypicalAM/goread/
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatterStatsPopup ¶
type BatterStatsPopup struct {
// contains filtered or unexported fields
}
func NewBatterStatsPopup ¶
func NewBatterStatsPopup(bg string, batterId int, width int, height int) *BatterStatsPopup
func (BatterStatsPopup) Init ¶
func (p BatterStatsPopup) Init() tea.Cmd
func (BatterStatsPopup) View ¶
func (p BatterStatsPopup) View() string
type Overlay ¶
type Overlay struct {
// contains filtered or unexported fields
}
Overlay allows you to overlay text on top of a background and achieve a popup.
func NewOverlay ¶
NewOverlay creates a new overlay and computes the necessary indices.
Click to show internal directories.
Click to hide internal directories.