You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wow - I love the list - thanks for composing it. Most likely I am going to use all these planned features in my project.
Regarding page up/down - Cursive's scroller.scroll_down (and up) automatically move by a visible area - so a "page". There is a bug in the documentation saying it's by one line, but definitely it's a page. Here is the recipe:
FnMut(usize, u8) -> ()
FnMut(usize) -> ()
usize
and jumps to that very positionFn(u8) -> char
should be goodThe text was updated successfully, but these errors were encountered: