Commit Graph

8 Commits

Author SHA1 Message Date
Christian Rocha 82e1aa81da
Fix percentage artithmetic in pager 2020-05-14 15:10:38 -04:00
Christian Rocha 3960657824
Pager: fill empty space with newlines 2020-05-14 15:04:39 -04:00
Christian Rocha 6176ad6f8e
Add method to pager model for getting percent scrolled 2020-05-14 15:04:18 -04:00
Christian Rocha 0e39761525
Strip down pager; the teminal size must now be fetched by the parent 2020-05-14 10:45:53 -04:00
Christian Rocha 254c098066
Pager: expose cmd for getting terminal size + bind pgup/pgdown 2020-05-13 22:06:35 -04:00
Christian Rocha 251f944f12
Spinner doc comments 2020-05-13 16:06:15 -04:00
Christian Rocha ade8203c21
Remove entire subscription model
It was a valiant effort, and the implementation was solid and
dependable, but at the end of the day we can achieve the same
functionality in a much simpler fashion with commands, especially
because Go is not held to the same restrictions as Elm.
2020-05-12 18:00:50 -04:00
Christian Rocha 82ddbb8e12
Move components over and update examples 2020-05-12 17:06:00 -04:00