The branch, master has been updated
via 543420ccd2c3c23437405b391e3f9fe1d05223f7 (commit)
via 064022548bcbf4d45705fdbff8441f2b5da5f682 (commit)
from 7c009509676b4580065fdc6f0084a93b9758fac0 (commit)
- Log -----------------------------------------------------------------
commit 543420ccd2c3c23437405b391e3f9fe1d05223f7
Merge: 0640225 7c00950
Author: Nicholas Marriott <[email protected]>
Commit: Nicholas Marriott <[email protected]>
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Makefile.am | 1 +
client.c | 2 +-
cmd-if-shell.c | 20 +++--
cmd-queue.c | 39 ++++++----
cmd-run-shell.c | 29 ++++---
cmd-select-pane.c | 1 +
cmd-server-info.c | 2 +-
cmd-wait-for.c | 197 +++++++++++++++++++++++++++++++++++++++++++++++++
cmd.c | 25 ++++++-
configure.ac | 5 +-
control-notify.c | 6 +-
control.c | 9 ++-
examples/tmux-zoom.sh | 57 --------------
format.c | 8 ++-
grid.c | 2 +-
layout-custom.c | 9 ++-
screen-redraw.c | 3 +
server-client.c | 5 +-
server-fn.c | 6 +-
session.c | 14 ++--
tmux.1 | 117 ++++++++++++++++++++++++++++-
tmux.c | 8 +-
tmux.h | 17 +++-
tty-keys.c | 7 ++
window-choose.c | 2 +-
25 files changed, 459 insertions(+), 132 deletions(-)
commit 064022548bcbf4d45705fdbff8441f2b5da5f682
Author: Nicholas Marriott <[email protected]>
Commit: Nicholas Marriott <[email protected]>
We ignore SIGWINCH until ready, so send a MSG_RESIZE immediately when
becoming
ready.
---
client.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/client.c b/client.c
index 5b227b4..612572d 100644
--- a/client.c
+++ b/client.c
@@ -524,6 +524,7 @@ client_dispatch_wait(void *data)
event_del(&client_stdin);
client_attached = 1;
+ client_write_server(MSG_RESIZE, NULL, 0);
break;
case MSG_STDIN:
if (datalen != 0)
-----------------------------------------------------------------------
Summary of changes:
client.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
tmux
------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the
endpoint security space. For insight on selecting the right partner to
tackle endpoint security challenges, access the full report.
http://p.sf.net/sfu/symantec-dev2dev
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs