mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02: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
1 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,11 @@
|
|||
# include <curses.h>
|
||||
#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_COLOR8 0x200
|
||||
#define ATTR_REVERSE 0x400
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue