Versions in this module Expand all Collapse all v1 v1.2.6 Nov 23, 2023 Changes in this version + func KeyBind(msg tea.KeyMsg, s Screen) (tea.Model, tea.Cmd) + func MouseBind(msg tea.MouseMsg, s Screen) + type Screen interface + AddPixels func(pixels ...pixel.Pixel) + ClearUnsavedPixels func() + GetConfig func() *config.Config + GetDirectory func() string + GetHeight func() int + GetMessage func() message.Message + GetPixel func(y int, x int) string + GetPixels func() [][]string + GetWidth func() int + Init func() tea.Cmd + IsShowInputSave func() bool + LoadFromImage func(path string) + LoadImage func(screenString string) + SetDirectory func(string) + SetSave func(bool) + SetShowInputSave func(bool) + Update func(msg tea.Msg) (tea.Model, tea.Cmd) + View func() string