mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 08:32:07 +02:00
/EXEC -interactive was broken.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2161 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
847ad423de
commit
fe82eafa44
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
fe-exec.c : irssi
|
fe-exec.c : irssi
|
||||||
|
|
||||||
Copyright (C) 2000 Timo Sirainen
|
Copyright (C) 2000-2001 Timo Sirainen
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
@ -67,7 +67,6 @@ static EXEC_WI_REC *exec_wi_create(WINDOW_REC *window, PROCESS_REC *rec)
|
||||||
g_strdup_printf("%%%s", rec->name) :
|
g_strdup_printf("%%%s", rec->name) :
|
||||||
g_strdup_printf("%%%d", rec->id);
|
g_strdup_printf("%%%d", rec->id);
|
||||||
|
|
||||||
item->window = window;
|
|
||||||
item->createtime = time(NULL);
|
item->createtime = time(NULL);
|
||||||
item->process = rec;
|
item->process = rec;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue