/WINDOW ITEM GOTO <name> - sets <name> window item active in current window

/WINDOW ITEM MOVE <number>|<name> - moves window item to another window
/JOIN #already_joined_channel - same as /WINDOW ITEM MOVE <name>


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@916 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-12-02 06:08:31 +00:00 committed by cras
commit 0cb6db26d9
4 changed files with 77 additions and 6 deletions

View file

@ -22,6 +22,8 @@ void window_item_next(WINDOW_REC *window);
/* Find wanted window item by name. `server' can be NULL. */
WI_ITEM_REC *window_item_find(void *server, const char *name);
WI_ITEM_REC *window_item_find_window(WINDOW_REC *window,
void *server, const char *name);
void window_items_init(void);
void window_items_deinit(void);