[w3m-dev 03432] Re: tab browser
* display.c (displayBuffer): s/buf->LINES/LASTLINES/ in cygwin From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-11-16 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
|
||||
|
||||
* [w3m-dev 03432] Re: tab browser
|
||||
* display.c (displayBuffer): s/buf->LINES/LASTLINES/ in cygwin
|
||||
|
||||
2002-11-16 Fumitoshi UKAI <ukai@debian.or.jp>
|
||||
|
||||
* NEWS: func: DOWNLOAD_LIST
|
||||
@@ -4686,4 +4691,4 @@ a * [w3m-dev 03276] compile error on EWS4800
|
||||
* release-0-2-1
|
||||
* import w3m-0.2.1
|
||||
|
||||
$Id: ChangeLog,v 1.515 2002/11/15 15:21:55 ukai Exp $
|
||||
$Id: ChangeLog,v 1.516 2002/11/15 15:23:45 ukai Exp $
|
||||
|
@@ -1,4 +1,4 @@
|
||||
/* $Id: display.c,v 1.31 2002/11/13 15:49:01 ukai Exp $ */
|
||||
/* $Id: display.c,v 1.32 2002/11/15 15:23:45 ukai Exp $ */
|
||||
#include <signal.h>
|
||||
#include "fm.h"
|
||||
|
||||
@@ -281,7 +281,7 @@ displayBuffer(Buffer *buf, int mode)
|
||||
}
|
||||
else if (n < 0 && n > -buf->LINES) {
|
||||
#if defined(__CYGWIN__) && LANG == JA
|
||||
move(buf->LINES + n + 1, 0);
|
||||
move(LASTLINE + n + 1, 0);
|
||||
clrtoeolx();
|
||||
refresh();
|
||||
#endif /* defined(__CYGWIN__) && LANG == JA */
|
||||
|
Reference in New Issue
Block a user