Reversed text (^V) works again.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1828 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-10-14 10:14:32 +00:00 committed by cras
commit 85749b70bd
5 changed files with 21 additions and 5 deletions

View file

@ -7,6 +7,8 @@ typedef struct _SCREEN_WINDOW SCREEN_WINDOW;
#define ATTR_COLOR8 0x200
#define ATTR_REVERSE 0x400
#define ATTR_NOCOLORS (ATTR_UNDERLINE|ATTR_REVERSE)
/* XXX I hope this could be integrated into BX.
* XXX Well, this should be done via libc,
* but FreeBSD libc support is quite LAME.