[w3m-dev 04265] compile error when #undef USE_BG_COLOR
[email protected] Wed, 30 May 2007 12:29:39 +0900 (JST)
| Newsgroups | gmane.comp.web.w3m.devel |
|---|---|
| Message-ID | <[email protected]> |
#undef USE_BG_COLOR ----------------------------------- <[email protected]> diff -u terms.c.orig terms.c --- terms.c.orig Thu May 24 13:36:45 2007 +++ terms.c Wed May 30 10:17:45 2007 @@ -1336,7 +1336,9 @@ * (COLS-1,LINES-1). */ #if !defined(USE_BG_COLOR) || defined(__CYGWIN__) +#ifdef __CYGWIN__ if (isWinConsole) +#endif if (line == LINES - 1 && col == COLS - 1) break; #endif /* !defined(USE_BG_COLOR) || defined(__CYGWIN__) */