mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
#undef some things term.h #defines that break irssi
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1120 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
0d7e4c1f54
commit
a5d88f4db1
@ -7,6 +7,11 @@
|
|||||||
# include <curses.h>
|
# include <curses.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Some curseses include term.h, which #defines some things breaking irssi */
|
||||||
|
#undef lines
|
||||||
|
#undef key_backspace
|
||||||
|
#undef tab
|
||||||
|
|
||||||
#define ATTR_UNDERLINE 0x100
|
#define ATTR_UNDERLINE 0x100
|
||||||
#define ATTR_COLOR8 0x200
|
#define ATTR_COLOR8 0x200
|
||||||
#define ATTR_REVERSE 0x400
|
#define ATTR_REVERSE 0x400
|
||||||
|
Loading…
Reference in New Issue
Block a user