[SCM] tmux branch master updated. 1.9a-141-g93fe1b8

2014-09-08 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Stupid comment. --- configure.ac |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 82533a3..17cd0da 100644 --- a/configure.ac +++ b/configure.ac

[SCM] tmux branch master updated. 1.9a-146-g1667041

2014-09-23 Thread Nicholas Marriott
- commit 16670410ca24e43eff88824aacb988432afc8691 Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com I broke last change, fix so it works, from J Raynor. --- compat/forkpty-aix.c

[SCM] tmux branch master updated. 1.9a-147-g5e7f1b9

2014-09-25 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Don't close random file descriptor on error, from J Raynor. --- compat/forkpty-hpux.c |2 +- compat/forkpty-sunos.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compat

[SCM] tmux branch master updated. 1.9a-194-g6ca8c58

2014-11-06 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Use -a for terminal-overrides from Daniel Hahler. --- FAQ |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/FAQ b/FAQ index a930671..2ca0a59 100644 --- a/FAQ +++ b/FAQ @@ -403,7

[SCM] tmux branch master updated. 1.9a-195-g218b181

2014-11-06 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Use KERN_PROC_CWD if supported, from Tiwei Bie. --- osdep-freebsd.c | 36 ++-- 1 files changed, 34 insertions(+), 2 deletions(-) diff --git a/osdep-freebsd.c b/osdep

[SCM] tmux branch master updated. 1.9a-196-gd2c9168

2014-11-06 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com +. --- TODO |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/TODO b/TODO index de92d7c..a441b75 100644 --- a/TODO +++ b/TODO @@ -99,6 +99,8 @@ * panning over window

[SCM] tmux branch master updated. 1.9a-197-g747cab4

2014-11-08 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com No need for $Id$ now. --- arguments.c|2 +- attributes.c |2 +- cfg.c |2 +- client.c |2 +- cmd-attach-session.c |2 +- cmd

[SCM] tmux branch master updated. 1.9a-230-gcc1bc97

2014-12-21 Thread Nicholas Marriott
- commit cc1bc9717c19091e3a89a0cf28b902a23d85b84f Merge: 9cb5afe 2a9a75a 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 format.c |8 +++- server.c |1

[SCM] tmux branch master updated. 1.9a-231-gdaea0e4

2014-12-31 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Need param.h, from Ismail Donmez. --- osdep-cygwin.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/osdep-cygwin.c b/osdep-cygwin.c index f3a9042..91bc5fc 100644 --- a/osdep

[SCM] tmux branch hooks updated. 1.9a-330-g91b245e

2015-02-03 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Merge set and show hooks. --- Makefile.am |1 - cmd-set-hook.c | 22 ++- cmd-show-hooks.c | 61 -- 3 files changed, 21

[SCM] tmux branch hooks updated. 1.9a-322-g46c21eb

2015-01-30 Thread Nicholas Marriott
d577796be36b44508dc21c567249fc85b5ace10b (commit) from ad037b7ea361ecbabf7df015e701e12db702978e (commit) - Log - commit 46c21eb3b9818a9cec9fedf76a4446c27ce115a8 Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas

[SCM] tmux branch hooks updated. 1.9a-317-gad037b7

2015-01-30 Thread Nicholas Marriott
- commit ad037b7ea361ecbabf7df015e701e12db702978e Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Use prepare flags for set-option and show-options. --- cmd-set-option.c | 50 -- cmd-show

[SCM] tmux branch hooks updated. 1.9a-340-g8696611

2015-02-05 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Use session hooks before global. --- cmd-queue.c | 17 - 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/cmd-queue.c b/cmd-queue.c index 3af6b85..556e503 100644 --- a/cmd

[SCM] tmux branch hooks updated. 1.9a-342-g8111f94

2015-02-05 Thread Nicholas Marriott
- commit 8111f94ad25ddcb399946b75cc3138910bfb516a Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Rename flag to CMD_Q_NOHOOKS. --- cmd-if-shell.c|2 +- cmd-queue.c |4 ++-- cmd-source-file.c |2 +- tmux.h

[SCM] tmux branch hooks updated. 1.9a-338-g094848a

2015-02-05 Thread Nicholas Marriott
2280c33172a548934266d5f368a04119ab5e5522 (commit) - Log - commit 094848a36d3af498e28e6f00a03135ba419f61a4 Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Add a helper

[SCM] tmux branch hooks updated. 1.9a-334-g2280c33

2015-02-05 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Instead of storing hooks pointer, flag and recalculate them every time. --- cmd-if-shell.c |2 +- cmd-queue.c | 71 --- cmd-run-shell.c

[SCM] tmux branch master updated. 1.9a-275-gf419613

2015-02-18 Thread Nicholas Marriott
- commit f4196138cefe01df9aed085a7534dc30f45999e8 Merge: fe1aa92 be6dc83 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

[SCM] tmux branch hooks updated. 1.9a-260-g50c2cf5

2015-01-28 Thread Nicholas Marriott
- commit 50c2cf56cfb4782bd02ac65588af51f4cca17767 Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com 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

[SCM] tmux branch hooks updated. 1.9a-262-gae6df48

2015-01-28 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Whoops removed too much. --- cmd-attach-session.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/cmd-attach-session.c b/cmd-attach-session.c index 160f2a8..9335bdc 100644

[SCM] tmux branch hooks updated. 1.9a-267-g7cf1251

2015-01-28 Thread Nicholas Marriott
- commit 7cf1251d8c7baccf27050caaefdc88b6b60e4147 Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Remove old flags for now, will add new one by one. --- cmd-attach-session.c

[SCM] tmux branch hooks updated. 1.9a-261-g0136562

2015-01-28 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Don't alter spacing. --- cmd-attach-session.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/cmd-attach-session.c b/cmd-attach-session.c index 7dbf503..160f2a8 100644

[SCM] tmux branch hooks updated. 1.9a-264-g3016550

2015-01-28 Thread Nicholas Marriott
- commit 3016550b43d4bd77483f5f197e53a9323ec9fb66 Merge: fd438e7 ae6df48 Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Merge branch 'hooks' of ssh://git.code.sf.net/p/tmux/tmux-code into hooks cmd-attach-session.c |4 +++- 1 files

[SCM] tmux branch hooks updated. 1.9a-271-g2e7210c

2015-01-29 Thread Nicholas Marriott
- commit 2e7210c43e57c20d90eda5e26d248a04123ba3ef Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Missing space. --- cmd-set-hook.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cmd-set-hook.c b/cmd-set-hook.c

[SCM] tmux branch hooks updated. 1.9a-273-gd60e4b1

2015-01-29 Thread Nicholas Marriott
- commit d60e4b1eaf027e9e5d824442b65e1b538ab16cd6 Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Convert kill-session to use prepare flags. --- cmd-kill-session.c | 16 +++- 1 files changed, 7 insertions(+), 9 deletions

[SCM] tmux branch hooks updated. 1.9a-281-g0b9b588

2015-01-29 Thread Nicholas Marriott
- commit 0b9b58834af4e0ac5d99eab18e7d1a8a0f09f740 Merge: 0ef2139 8b8df29 Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Merge branch 'hooks' of ssh://git.code.sf.net/p/tmux/tmux-code into hooks cmd-list-clients.c |6 ++ 1 files

[SCM] tmux branch master updated. 1.9a-245-g93c3fb7

2015-01-29 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com has-session is now part of new-session. --- cmd-has-session.c | 46 -- 1 files changed, 0 insertions(+), 46 deletions(-) diff --git a/cmd-has-session.c b

[SCM] tmux branch hooks updated. 1.9a-278-gb83007e

2015-01-29 Thread Nicholas Marriott
- commit b83007e69e16111f1a6f5711b15412655e859125 Merge: a17138c 93c3fb7 Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Merge branch 'master' into hooks Conflicts: cmd-has-session.c cmd-has-session.c | 46

[SCM] tmux branch hooks updated. 1.9a-327-g3f7cae7

2015-02-01 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Use prep flags for show-messages. --- cmd-show-messages.c |7 ++- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/cmd-show-messages.c b/cmd-show-messages.c index 308668f..eebafe1

[SCM] tmux branch master updated. 1.9a-237-g66e8811

2015-01-12 Thread Nicholas Marriott
- commit 66e8811c64a833b759511b3f7309e834155a8442 Merge: a9644c1 da72a0b 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 grid-view.c |9 ++--- server-fn.c |1

[SCM] tmux branch hooks updated. 1.9a-333-gbf3104e

2015-02-05 Thread Nicholas Marriott
- commit bf3104efe6bcee2cda26f3efcc7c39e6b51773f5 Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Store hooks in the cmd_q instead of a flag. --- cmd-queue.c | 73 -- tmux.h

[SCM] tmux branch master updated. openbsd_5_7-1-g5e956f1

2015-03-31 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Make place const to avoid a warning, from Ben Boeckel. --- compat/getopt.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compat/getopt.c b/compat/getopt.c index a93f368

[SCM] tmux branch master updated. 1.9a-244-g51233d8

2015-01-25 Thread Nicholas Marriott
- commit 51233d8b2a8509405856439f11e7a60d08da8335 Merge: 68429cd df6488a 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 format.c|2 +- osdep-openbsd.c |3

[SCM] tmux branch hooks updated. 1.9a-313-g0076ed7

2015-01-29 Thread Nicholas Marriott
e95b445dd087871b9863a9dbdd17865c5e2b5578 (commit) from 6c846865fa93128670feb9440f78a82e928be572 (commit) - Log - commit 0076ed760a51cd2c8e99ef7bbdaf891438f4754a Author: Nicholas Marriott nicholas.marri...@gmail.com Commit: Nicholas

[SCM] tmux branch hooks updated. 1.9a-315-g3bcacea

2015-01-29 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Use client fd not pointer. --- cmd.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/cmd.c b/cmd.c index 1489b79..0cec313 100644 --- a/cmd.c +++ b/cmd.c @@ -479,7 +479,8

[SCM] tmux branch hooks updated. 1.9a-314-g3115f5d

2015-01-29 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Allow client to be NULL to make it work during config. --- cmd.c | 67 ++-- 1 files changed, 36 insertions(+), 31 deletions(-) diff --git

[SCM] tmux branch master updated. openbsd_5_7-14-gacb8248

2015-04-20 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com +. --- TODO |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/TODO b/TODO index 35e218b..34b6cfe 100644 --- a/TODO +++ b/TODO @@ -137,7 +137,9 @@ * cmd_find_* could

[SCM] tmux branch master updated. openbsd_5_7-13-g24c8f52

2015-04-19 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com +. --- TODO | 19 ++- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/TODO b/TODO index 7a473c7..35e218b 100644 --- a/TODO +++ b/TODO @@ -65,7 +65,7

[SCM] tmux branch master updated. openbsd_5_7-12-gaaad44b

2015-04-19 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com +. --- TODO |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/TODO b/TODO index a0a7570..7a473c7 100644 --- a/TODO +++ b/TODO @@ -85,6 +85,7 @@ * append to buffer

[SCM] tmux branch master updated. openbsd_5_7-71-g31ab5ca

2015-04-28 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Renumber screenshots. --- www/images/{tmux3.png = tmux1.png} | Bin 37945 - 37945 bytes www/images/{tmux4.png = tmux2.png} | Bin 15972 - 15972 bytes www/images/tmux3.png| Bin 37945

[SCM] tmux branch master updated. openbsd_5_7-70-g1ed5326

2015-04-28 Thread Nicholas Marriott
- commit 1ed5326f5aa995b813540b06d3239df3e58d4c3c Merge: ab5f9ab dc2adc6 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-select-layout.c | 69

[SCM] tmux branch master updated. openbsd_5_7-66-g7981e65

2015-04-28 Thread Nicholas Marriott
bb210ce77354b168a82fb8e760fb82732656a227 (commit) from 3eb40a520a3965b4eaed063891a91f890703c1ba (commit) - Log - commit 7981e653d805fd3fa31cf7897704b3a328edf0f2 Author: Nicholas Marriott nicholas.marri...@gmail.com Commit

[SCM] tmux branch master updated. 2.0-129-g1c3e1ba

2015-06-03 Thread Nicholas Marriott
Marriott nicholas.marri...@gmail.com Commit: Nicholas Marriott nicholas.marri...@gmail.com Remove $Id$. --- autogen.sh |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/autogen.sh b/autogen.sh index 300b54d..cbf6df1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,5 +1,4

<    1   2   3