The branch, hooks has been updated
       via  50c2cf56cfb4782bd02ac65588af51f4cca17767 (commit)
       via  69076c954938032ca78477ddb8a3ce8f7313fe61 (commit)
      from  9f8a1ecd8a1117ae4eb00ce790c468e872e480d5 (commit)

- Log -----------------------------------------------------------------
commit 50c2cf56cfb4782bd02ac65588af51f4cca17767
Author: Nicholas Marriott <[email protected]>
Commit: Nicholas Marriott <[email protected]>

    Wrap a line.
---
 cmd-queue.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/cmd-queue.c b/cmd-queue.c
index ced2823..70f0bd2 100644
--- a/cmd-queue.c
+++ b/cmd-queue.c
@@ -36,9 +36,7 @@ cmdq_set_state(struct cmd_q *cmdq)
        memset(&cmdq->state, 0, sizeof cmdq->state);
 
        cmdq->state.c = cmdq->client;
-
-       cmdq->state.s = cmdq->client != NULL ?
-               cmdq->client->session : NULL;
+       cmdq->state.s = cmdq->client != NULL ? cmdq->client->session : NULL;
        cmdq->state.s2 = NULL;
        cmdq->state.w = NULL;
        cmdq->state.wl = NULL;


commit 69076c954938032ca78477ddb8a3ce8f7313fe61
Author: Nicholas Marriott <[email protected]>
Commit: Nicholas Marriott <[email protected]>

    movep is pane,pane.
---
 cmd-join-pane.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cmd-join-pane.c b/cmd-join-pane.c
index e3bffa2..4d29d63 100644
--- a/cmd-join-pane.c
+++ b/cmd-join-pane.c
@@ -44,7 +44,7 @@ const struct cmd_entry cmd_move_pane_entry = {
        "move-pane", "movep",
        "bdhvp:l:s:t:", 0, 0,
        "[-bdhv] [-p percentage|-l size] [-s src-pane] [-t dst-pane]",
-       CMD_PREPAREWINDOW|CMD_PREPAREPANE2,
+       CMD_PREPAREPANE|CMD_PREPAREPANE2,
        cmd_join_pane_exec
 };
 


-----------------------------------------------------------------------

Summary of changes:
 cmd-join-pane.c |    2 +-
 cmd-queue.c     |    4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to