We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650e0f9 commit 339693bCopy full SHA for 339693b
src/paging.rs
@@ -50,7 +50,6 @@ impl<'a> Paging<'a> {
50
self.current_page = cursor_pos / self.capacity;
51
}
52
53
-
54
55
/// Updates all internal based on the current terminal size and cursor position
56
pub fn update(&mut self, cursor_pos: usize) -> Result {
0 commit comments