mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
When /SET autoclose_windows is ON, don't destroy windows if they have
some level set (like /join -w + /part in status window) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1327 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ab5166033c
commit
1a61f989e1
4 changed files with 13 additions and 8 deletions
|
|
@ -59,6 +59,8 @@ extern WINDOW_REC *active_win;
|
|||
WINDOW_REC *window_create(WI_ITEM_REC *item, int automatic);
|
||||
void window_destroy(WINDOW_REC *window);
|
||||
|
||||
void window_auto_destroy(WINDOW_REC *window);
|
||||
|
||||
void window_set_active(WINDOW_REC *window);
|
||||
void window_change_server(WINDOW_REC *window, void *server);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue