mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Highlighting cleanups. Added /HILIGHT -priority option.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1098 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f8f1f814a5
commit
d256f71a00
14 changed files with 190 additions and 231 deletions
|
|
@ -26,9 +26,9 @@
|
|||
|
||||
static void sig_activity(WINDOW_REC *window)
|
||||
{
|
||||
GSList *tmp;
|
||||
/*GSList *tmp;
|
||||
|
||||
if (!is_window_visible(window) || window->new_data == 0)
|
||||
if (!is_window_visible(window) || window->data_level == 0)
|
||||
return;
|
||||
|
||||
window->new_data = 0;
|
||||
|
|
@ -39,7 +39,7 @@ static void sig_activity(WINDOW_REC *window)
|
|||
item->new_data = 0;
|
||||
item->last_color = 0;
|
||||
}
|
||||
signal_stop();
|
||||
signal_stop();*/
|
||||
}
|
||||
|
||||
void mainwindow_activity_init(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue