mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Since I accidentally already committed some of the detach-code, here's the
rest of it. It doesn't really work, you can make irssi detached but you can't attach to it anymore :) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2268 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ba09b3f299
commit
e46446e950
6 changed files with 85 additions and 14 deletions
|
|
@ -30,7 +30,6 @@
|
|||
#include "translation.h"
|
||||
|
||||
#include "term.h"
|
||||
#include "detach.h"
|
||||
#include "gui-entry.h"
|
||||
#include "gui-windows.h"
|
||||
|
||||
|
|
@ -366,8 +365,6 @@ static void sig_input(void)
|
|||
/* lost terminal */
|
||||
if (!term_detached)
|
||||
signal_emit("command quit", 1, "Lost terminal");
|
||||
else
|
||||
irssi_detach();
|
||||
} else {
|
||||
for (i = 0; i < ret; i++)
|
||||
handle_key(buffer[i]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue