The branch, master has been updated
       via  6fc96978c20d7772d24796debfb32eba48932377 (commit)
       via  8e3767e3441fc8b3c8d60c6dfcb0d313a89feecb (commit)
       via  c577b47cd5371a95a2656e0ee9c933313121714d (commit)
       via  7905f4600dd4ee0f88c4fadf1641c2afb2acc77a (commit)
       via  41c39e9bd96b1078058dd3febc0d2ff313c5c9c8 (commit)
      from  b8b5631d9d11ce786bdb049b9d5aa71b4582a93f (commit)

- Log -----------------------------------------------------------------
commit 6fc96978c20d7772d24796debfb32eba48932377
Author: Nicholas Marriott <nicholas.marri...@gmail.com>
Commit: Nicholas Marriott <nicholas.marri...@gmail.com>

    Add to TODO.
---
 TODO |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/TODO b/TODO
index 1401778..7beca4d 100644
--- a/TODO
+++ b/TODO
@@ -161,6 +161,8 @@ TMUX UI ISSUES
   with each option having a type (window or session), then options on window,
   on session, and global. for window options we look window->session->global,
   and for session we look session->global
+- maybe keep last layout + size around and if size reverts just put it back
+- way to set hints/limits about pane size for resizing
 
 TERMINAL ISSUES
 ================


commit 8e3767e3441fc8b3c8d60c6dfcb0d313a89feecb
Merge: c577b47 b8b5631
Author: Nicholas Marriott <nicholas.marri...@gmail.com>
Commit: Nicholas Marriott <nicholas.marri...@gmail.com>

    Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code

 cmd-capture-pane.c |   19 ++++++++++++-----
 grid-view.c        |    2 +-
 grid.c             |   56 +++++++++++++++++++++++++++++++++++++++------------
 tmux.1             |    7 +++++-
 tmux.h             |    3 +-
 5 files changed, 65 insertions(+), 22 deletions(-)


commit c577b47cd5371a95a2656e0ee9c933313121714d
Merge: 7905f46 cb6f366
Author: Nicholas Marriott <nicholas.marri...@gmail.com>
Commit: Nicholas Marriott <nicholas.marri...@gmail.com>

    Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code

 cmd-run-shell.c |    1 +
 status.c        |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)


commit 7905f4600dd4ee0f88c4fadf1641c2afb2acc77a
Merge: 41c39e9 f81d723
Author: Nicholas Marriott <nicholas.marri...@gmail.com>
Commit: Nicholas Marriott <nicholas.marri...@gmail.com>

    Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code

 cmd-capture-pane.c |    5 ++++-
 cmd-save-buffer.c  |    8 ++++++--
 grid.c             |    7 +++++--
 3 files changed, 15 insertions(+), 5 deletions(-)


commit 41c39e9bd96b1078058dd3febc0d2ff313c5c9c8
Author: Nicholas Marriott <nicholas.marri...@gmail.com>
Commit: Nicholas Marriott <nicholas.marri...@gmail.com>

    Remove stray blank line.
---
 cmd-break-pane.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/cmd-break-pane.c b/cmd-break-pane.c
index 637105a..a4350fe 100644
--- a/cmd-break-pane.c
+++ b/cmd-break-pane.c
@@ -93,7 +93,6 @@ cmd_break_pane_exec(struct cmd *self, struct cmd_ctx *ctx)
        server_status_session_group(s);
 
        if (args_has(args, 'P')) {
-
                if ((template = args_get(args, 'F')) == NULL)
                        template = BREAK_PANE_TEMPLATE;
 


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

Summary of changes:
 TODO             |    2 ++
 cmd-break-pane.c |    1 -
 2 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to