Documentation ¶ Index ¶ Constants Variables func New(ctx context.Context, size geom.Size, shouldAnimate bool) *taro.Program type Splash func (s *Splash) Init() taro.Cmd func (s *Splash) Update(msg tea.Msg) (taro.Model, tea.Cmd) func (s *Splash) View(state *tty.State) Constants ¶ View Source const CY_LOGO = ` ▟██▖▝█ █▌ ▐▛ ▘ █▖█ ▐▌ ▐█▛ ▝█▄▄▌ █▌ ▝▀▀ █ █▌ ` toilet -f smmono12 cy Variables ¶ View Source var SplashStory stories.InitFunc = func(ctx context.Context) (mux.Screen, error) { return New( ctx, geom.DEFAULT_SIZE, true, ), nil } Functions ¶ func New ¶ func New(ctx context.Context, size geom.Size, shouldAnimate bool) *taro.Program Types ¶ type Splash ¶ type Splash struct { util.Lifetime // contains filtered or unexported fields } func (*Splash) Init ¶ func (s *Splash) Init() taro.Cmd func (*Splash) Update ¶ func (s *Splash) Update(msg tea.Msg) (taro.Model, tea.Cmd) func (*Splash) View ¶ func (s *Splash) View(state *tty.State) Source Files ¶ View all Source files background.go module.go stories.go Click to show internal directories. Click to hide internal directories.