mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Query windows are now restored if they were saved with /SAVEWINDOWS.
Moved /QUERY command handling to fe-query and simplified handling the -window option. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@594 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
c036632b8f
commit
98b037ac71
5 changed files with 138 additions and 107 deletions
|
|
@ -101,6 +101,7 @@ void fe_common_core_init(void)
|
|||
window_activity_init();
|
||||
window_commands_init();
|
||||
window_items_init();
|
||||
window_save_init();
|
||||
fe_core_commands_init();
|
||||
}
|
||||
|
||||
|
|
@ -121,6 +122,7 @@ void fe_common_core_deinit(void)
|
|||
window_activity_deinit();
|
||||
window_commands_deinit();
|
||||
window_items_deinit();
|
||||
window_save_deinit();
|
||||
fe_core_commands_deinit();
|
||||
|
||||
theme_unregister();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue