mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
keep track of address in text_dest for hilight purposes
This commit is contained in:
parent
787956af3a
commit
7cc85b9427
4 changed files with 10 additions and 14 deletions
|
|
@ -52,11 +52,10 @@ typedef struct _TEXT_DEST_REC {
|
|||
SERVER_REC *server;
|
||||
const char *server_tag; /* if server is non-NULL, must be server->tag */
|
||||
const char *target;
|
||||
const char *nick;
|
||||
const char *address;
|
||||
int level;
|
||||
|
||||
HILIGHT_REC *hilight;
|
||||
int match_beg;
|
||||
int match_end;
|
||||
int hilight_priority;
|
||||
char *hilight_color;
|
||||
int flags;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue