mirror of
https://github.com/irssi/irssi.git
synced 2026-08-12 21:27:39 +02:00
Empty lines can be now sent to /EXEC -interactive windows.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2849 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
da1252cf2c
commit
80cc61b63f
5 changed files with 20 additions and 23 deletions
|
|
@ -618,7 +618,8 @@ static void sig_window_destroyed(WINDOW_REC *window)
|
|||
|
||||
static void event_text(const char *data, SERVER_REC *server, EXEC_WI_REC *item)
|
||||
{
|
||||
if (!IS_EXEC_WI(item)) return;
|
||||
if (!IS_EXEC_WI(item))
|
||||
return;
|
||||
|
||||
net_sendbuffer_send(item->process->out, data, strlen(data));
|
||||
net_sendbuffer_send(item->process->out, "\n", 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue