Add list bubble

This commit is contained in:
Christian Muehlhaeuser
2021-03-02 13:44:53 +01:00
parent 0be588365e
commit 4e18245481
8 changed files with 1633 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ type Model struct {
UseJKKeys bool
}
// SetTotalPages is a helper function for calculatng the total number of pages
// SetTotalPages is a helper function for calculating the total number of pages
// from a given number of items. It's use is optional since this pager can be
// used for other things beyond navigating sets. Note that it both returns the
// number of total pages and alters the model.