-
Notifications
You must be signed in to change notification settings - Fork 3
Add pagination support #5
Copy link
Copy link
Open
Labels
Description
When presenting very long functions or classes (which you shouldn't do but such is life...), it would be useful to have some sort of pagination to pause when the terminal is about to be full.
Probably repurposing the 'previous' and 'next' keys is the best way to go por.
It remains open the question about when to make a pause:
- When a hard limit is reached (i.e., the number of lines in the terminal)?
- At a convenient point (end of a control structure/method in a class/etc.) even tough the terminal has more lines left?
- ???
Reactions are currently unavailable