[w3m-dev 04092] remove __CYGWIN__ && LANG == JA
* remove condition LANG == JA && __CYGWIN__ * cygwin_mouse_btn_swapped enabled when before 1.5.x From: WATANABE Katsuyuki <knabe@sannet.ne.jp>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: display.c,v 1.68 2003/09/26 17:59:51 ukai Exp $ */
|
||||
/* $Id: display.c,v 1.69 2004/07/15 16:32:38 ukai Exp $ */
|
||||
#include <signal.h>
|
||||
#include "fm.h"
|
||||
|
||||
@@ -433,11 +433,11 @@ displayBuffer(Buffer *buf, int mode)
|
||||
scroll(n);
|
||||
}
|
||||
else if (n < 0 && n > -buf->LINES) {
|
||||
#if defined(__CYGWIN__) && LANG == JA
|
||||
#if 0 /* defined(__CYGWIN__) */
|
||||
move(LASTLINE + n + 1, 0);
|
||||
clrtoeolx();
|
||||
refresh();
|
||||
#endif /* defined(__CYGWIN__) && LANG == JA */
|
||||
#endif /* defined(__CYGWIN__) */
|
||||
rscroll(-n);
|
||||
}
|
||||
redrawNLine(buf, n);
|
||||
|
||||
Reference in New Issue
Block a user