|
@@ -357,6 +357,9 @@ scrolldown(char *buf, size_t size, int n)
|
|
|
void
|
|
void
|
|
|
jumpdown(char *buf, size_t size)
|
|
jumpdown(char *buf, size_t size)
|
|
|
{
|
|
{
|
|
|
|
|
+ if (bottom == NULL || bottom == TAILQ_FIRST(&head))
|
|
|
|
|
+ return;
|
|
|
|
|
+
|
|
|
int rows = ws.ws_row;
|
|
int rows = ws.ws_row;
|
|
|
|
|
|
|
|
/* wind back by one page starting from the latest line */
|
|
/* wind back by one page starting from the latest line */
|