mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 17:42:49 +02:00
makes '/window item goto' search on all servers
This commit is contained in:
parent
ee92e3aff2
commit
6c5ed563f0
1 changed files with 2 additions and 0 deletions
|
|
@ -541,6 +541,8 @@ static void cmd_window_item_goto(const char *data, SERVER_REC *server)
|
|||
item = tmp == NULL ? NULL : tmp->data;
|
||||
} else {
|
||||
item = window_item_find_window(active_win, server, target);
|
||||
if (item == NULL)
|
||||
item = window_item_find_window(active_win, NULL, target);
|
||||
}
|
||||
|
||||
if (item != NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue