mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
/UPGRADE - upgrade-on-the-fly feature. Currently only moves the active
server connections to the new irssi process, but that should be enough to never quit from IRC again :) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2070 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ff2357f16b
commit
bbbb36cf19
11 changed files with 366 additions and 6 deletions
|
|
@ -140,6 +140,7 @@ static void textui_init(void)
|
|||
|
||||
theme_register(gui_text_formats);
|
||||
signal_add("gui exit", (SIGNAL_FUNC) sig_exit);
|
||||
signal_add("session clean", (SIGNAL_FUNC) term_deinit);
|
||||
}
|
||||
|
||||
static void textui_finish_init(void)
|
||||
|
|
@ -195,6 +196,7 @@ static void textui_deinit(void)
|
|||
|
||||
dirty_check(); /* one last time to print any quit messages */
|
||||
signal_remove("gui exit", (SIGNAL_FUNC) sig_exit);
|
||||
signal_remove("session clean", (SIGNAL_FUNC) term_deinit);
|
||||
|
||||
lastlog_deinit();
|
||||
statusbar_deinit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue