Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BottomRight stories.InitFunc = func(ctx context.Context) mux.Screen { location := geom.DEFAULT_SIZE location.C -= 1 location.R -= 1 return fuzzy.NewFuzzy( ctx, pokemon, fuzzy.WithInline(location), ) }
View Source
var FullBottom stories.InitFunc = func(ctx context.Context) mux.Screen { f := fuzzy.NewFuzzy( ctx, pokemon, ) return f }
View Source
var FullTop stories.InitFunc = func(ctx context.Context) mux.Screen { f := fuzzy.NewFuzzy( ctx, pokemon, fuzzy.WithReverse, ) return f }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.