[BACK]Return to cmd-save-buffer.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-save-buffer.c between version 1.13 and 1.14

version 1.13, 2012/03/21 19:16:07 version 1.14, 2012/05/21 18:27:42
Line 79 
Line 79 
                         ctx->error(ctx, "%s: can't write to stdout", path);                          ctx->error(ctx, "%s: can't write to stdout", path);
                         return (-1);                          return (-1);
                 }                  }
                 bufferevent_write(c->stdout_event, pb->data, pb->size);                  evbuffer_add(c->stdout_data, pb->data, pb->size);
                   server_push_stdout(c);
         } else {          } else {
                 if (c != NULL)                  if (c != NULL)
                         wd = c->cwd;                          wd = c->cwd;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14