mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Applied patch from fs#275 to make /hilight -mask -line work properly
This commit is contained in:
parent
fc3c0a8420
commit
deb6ca1b1a
5 changed files with 23 additions and 12 deletions
|
|
@ -416,6 +416,8 @@ void format_create_dest_tag(TEXT_DEST_REC *dest, void *server,
|
|||
dest->server_tag = server != NULL ? SERVER(server)->tag : server_tag;
|
||||
dest->target = target;
|
||||
dest->level = level;
|
||||
dest->match_beg = 0;
|
||||
dest->match_end = 0;
|
||||
dest->window = window != NULL ? window :
|
||||
window_find_closest(server, target, level);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue