[w3m-dev 03494] Number of line is few when pager mode.
* display.c (redrawLine): buf->rootY From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-11-28 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
|
||||
|
||||
* [w3m-dev 03494] Number of line is few when pager mode.
|
||||
* display.c (redrawLine): buf->rootY
|
||||
|
||||
2002-11-28 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
|
||||
|
||||
* [w3m-dev 03493] scroll menu
|
||||
@@ -5215,4 +5220,4 @@ a * [w3m-dev 03276] compile error on EWS4800
|
||||
* release-0-2-1
|
||||
* import w3m-0.2.1
|
||||
|
||||
$Id: ChangeLog,v 1.566 2002/11/27 16:28:36 ukai Exp $
|
||||
$Id: ChangeLog,v 1.567 2002/11/27 16:32:51 ukai Exp $
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* $Id: display.c,v 1.40 2002/11/26 16:57:39 ukai Exp $ */
|
||||
/* $Id: display.c,v 1.41 2002/11/27 16:32:52 ukai Exp $ */
|
||||
#include <signal.h>
|
||||
#include "fm.h"
|
||||
|
||||
@@ -542,7 +542,7 @@ redrawLine(Buffer *buf, Line *l, int i)
|
||||
|
||||
if (l == NULL) {
|
||||
if (buf->pagerSource) {
|
||||
l = getNextPage(buf, buf->LINES - i);
|
||||
l = getNextPage(buf, buf->LINES + buf->rootY - i);
|
||||
if (l == NULL)
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user