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:
Timo Sirainen 2000-08-12 22:58:16 +00:00 committed by cras
commit 98b037ac71
5 changed files with 138 additions and 107 deletions

View file

@ -4,4 +4,7 @@
void windows_restore(void);
void windows_save(void);
void window_save_init(void);
void window_save_deinit(void);
#endif