Add list bubble

This commit is contained in:
Christian Muehlhaeuser
2021-08-23 21:34:13 +02:00
parent 0be588365e
commit 4e18245481
8 changed files with 1633 additions and 10 deletions
+1 -1
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.