stories

package
v0.1.9 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2023 License: MIT Imports: 5 Imported by: 0

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
}
View Source
var Search stories.InitFunc = func(ctx context.Context) mux.Screen {
	f := fuzzy.NewFuzzy(
		ctx,
		pokemon,
		fuzzy.WithInline(geom.Size{}),
	)

	stories.Send(f, "Pid")
	return f
}
View Source
var TopLeft stories.InitFunc = func(ctx context.Context) mux.Screen {
	return fuzzy.NewFuzzy(
		ctx,
		pokemon,
		fuzzy.WithInline(geom.Size{}),
	)
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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