mirror of
https://github.com/irssi/irssi.git
synced 2026-08-14 14:12:11 +02:00
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:
parent
b716b29cb7
commit
85749b70bd
5 changed files with 21 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue