mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Highlight colors can now have background color set with fg,bg. Works
with activity list too, useful for example blinking. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1249 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1117638b52
commit
c1c7674ae2
7 changed files with 58 additions and 20 deletions
|
|
@ -42,7 +42,7 @@ typedef struct {
|
|||
int histlines;
|
||||
|
||||
int data_level; /* current data level */
|
||||
int hilight_color; /* current hilight color */
|
||||
int hilight_color, hilight_bg_color; /* current hilight 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