mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Lots of /HILIGHT changes. You can use color names with -color. Window
numbers are colored with the highlight color in activity statusbar item. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@398 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5da58d5849
commit
e90cdaf4ca
10 changed files with 145 additions and 26 deletions
|
|
@ -4,7 +4,7 @@
|
|||
enum {
|
||||
NEWDATA_TEXT = 1,
|
||||
NEWDATA_MSG,
|
||||
NEWDATA_MSG_FORYOU,
|
||||
NEWDATA_HILIGHT,
|
||||
NEWDATA_CUSTOM
|
||||
};
|
||||
|
||||
|
|
@ -19,6 +19,7 @@ typedef struct {
|
|||
char *name;
|
||||
|
||||
int new_data;
|
||||
int last_color; /* if NEWDATA_HILIGHT is set, color number could be specified here */
|
||||
} WI_ITEM_REC;
|
||||
|
||||
typedef struct {
|
||||
|
|
@ -40,6 +41,7 @@ typedef struct {
|
|||
|
||||
int level;
|
||||
int new_data;
|
||||
int last_color;
|
||||
time_t last_timestamp; /* When was last timestamp printed */
|
||||
time_t last_line; /* When was last line printed */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue