--disable-curses-windows option to configure

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@723 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-10-08 12:54:26 +00:00 committed by cras
commit 11f2accbb1
8 changed files with 97 additions and 26 deletions

View file

@ -2,9 +2,9 @@
#define __SCREEN_H
#if defined(USE_NCURSES) && !defined(RENAMED_NCURSES)
#include <ncurses.h>
# include <ncurses.h>
#else
#include <curses.h>
# include <curses.h>
#endif
#define ATTR_UNDERLINE 0x100