The branch, master has been updated via 248cd423a1cf4aeb7ae2148598e91b9a797f04c5 (commit) via b79f86e32a5f552680bc02d62d1c248522939491 (commit) via 40505e59f1a1762cb4b4e60fc0d1d657a4077655 (commit) via a1cd0eee1b40a94b95f56f4bcd143603e7814578 (commit) via c914fcfacbfb7b88138bfe6bcf7d918fce535680 (commit) via 4d7967de7af2eac7563e0c6b6a22ca563506c1b5 (commit) via 28fd3a383598c1f3121c754cf0781cd790929f4f (commit) via 996a636713e58709ab15fcb753c7e2614d1ec6c3 (commit) via 41a448193f2cce87c9e7125f7a71e19acb928604 (commit) via 03045551849f139076e95fcdc71dc28dc8459db2 (commit) via f536dc47c46ded3eb06491e637f9a67e8f3affa1 (commit) via d6066552ee606875e95799288819ec9f63cf09c5 (commit) from c06b2e4fb9e322824404edab3651e4d9473adde8 (commit)
- Log ----------------------------------------------------------------- commit 248cd423a1cf4aeb7ae2148598e91b9a797f04c5 Author: Thomas Adam <tho...@xteddy.org> Commit: Thomas Adam <tho...@xteddy.org> Fixup Makefile.am Since this is just Makefile in the OpenBSD directory, pull in those trivial changes to the templated one for use in autotools. Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit b79f86e32a5f552680bc02d62d1c248522939491 Author: Nicholas Marriott <n...@openbsd.org> Commit: Thomas Adam <tho...@xteddy.org> Trivial code simplification from Tim Ruehsen. paste.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) commit 40505e59f1a1762cb4b4e60fc0d1d657a4077655 Author: Nicholas Marriott <n...@openbsd.org> Commit: Thomas Adam <tho...@xteddy.org> Remove xterm CRA support - support is patchy and it will be done better using margins. tty.c | 59 +---------------------------------------------------------- 1 files changed, 1 insertions(+), 58 deletions(-) commit a1cd0eee1b40a94b95f56f4bcd143603e7814578 Author: Nicholas Marriott <n...@openbsd.org> Commit: Thomas Adam <tho...@xteddy.org> Use the right index when adding item in choose-tree, from Thomas Adam. cmd-choose-tree.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit c914fcfacbfb7b88138bfe6bcf7d918fce535680 Author: Nicholas Marriott <n...@openbsd.org> Commit: Thomas Adam <tho...@xteddy.org> When choosing a pane found by find-window, switch to that pane rather than just the window. Also use a helper function for the inner loop. cmd-find-window.c | 136 ++++++++++++++++++++++++++++++----------------------- tmux.h | 1 + 2 files changed, 78 insertions(+), 59 deletions(-) commit 4d7967de7af2eac7563e0c6b6a22ca563506c1b5 Author: Nicholas Marriott <n...@openbsd.org> Commit: Thomas Adam <tho...@xteddy.org> Rename variables to something a but more understandable. cmd-choose-list.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit 28fd3a383598c1f3121c754cf0781cd790929f4f Author: Nicholas Marriott <n...@openbsd.org> Commit: Thomas Adam <tho...@xteddy.org> add cmd-choose-list to allow arbitrary options to be selected. From Thomas Adam. cmd-choose-list.c | 117 +++++++++++++++++++++++++++++++++++++++++++++++++++++ cmd.c | 1 + tmux.1 | 27 ++++++++++++ tmux.h | 4 ++ window-choose.c | 32 ++++++++++++++ 5 files changed, 181 insertions(+), 0 deletions(-) commit 996a636713e58709ab15fcb753c7e2614d1ec6c3 Author: Nicholas Marriott <n...@openbsd.org> Commit: Thomas Adam <tho...@xteddy.org> Remove an unused variable. cmd-choose-tree.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) commit 41a448193f2cce87c9e7125f7a71e19acb928604 Author: Nicholas Marriott <n...@openbsd.org> Commit: Thomas Adam <tho...@xteddy.org> Send notifications to control clients. Also don't redraw client when suspended. control-notify.c | 183 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ control.c | 1 - notify.c | 16 +++--- server-client.c | 4 + tmux.h | 11 +++ 5 files changed, 206 insertions(+), 9 deletions(-) commit 03045551849f139076e95fcdc71dc28dc8459db2 Author: Nicholas Marriott <n...@openbsd.org> Commit: Thomas Adam <tho...@xteddy.org> Change format of choose-tree arrows slightly, from Romain Francoise. cmd-choose-tree.c | 42 ++++++++++++++++++++++++++++-------------- 1 files changed, 28 insertions(+), 14 deletions(-) commit f536dc47c46ded3eb06491e637f9a67e8f3affa1 Author: Nicholas Marriott <n...@openbsd.org> Commit: Thomas Adam <tho...@xteddy.org> If stdin in the client is enable immediately, tmux will eat anything sent to stdin before it is needed, which can be inconvenient (eg pasting commands). Instead, start with stdin disabled and reuse MSG_STDIN from server->client to mean that stdin should be enabled. Based on a diff from Chris Johnsen. client.c | 7 ++++++- server-fn.c | 3 +++ 2 files changed, 9 insertions(+), 1 deletions(-) commit d6066552ee606875e95799288819ec9f63cf09c5 Author: Nicholas Marriott <n...@openbsd.org> Commit: Thomas Adam <tho...@xteddy.org> Can't call evtimer_pending on uninitialized events, call evtimer_initialized first. Reported by Vladimir Lomov, fix from Thomas Adam slightly modified by me. tty-keys.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) ----------------------------------------------------------------------- Summary of changes: Makefile.am | 2 + client.c | 7 ++- cmd-choose-list.c | 117 ++++++++++++++++++++++++++++++++++ cmd-choose-tree.c | 41 ++++++++---- cmd-find-window.c | 136 ++++++++++++++++++++++----------------- cmd.c | 1 + control-notify.c | 183 +++++++++++++++++++++++++++++++++++++++++++++++++++++ control.c | 1 - notify.c | 16 +++--- paste.c | 6 +- server-client.c | 4 + server-fn.c | 3 + tmux.1 | 27 ++++++++ tmux.h | 16 +++++ tty-keys.c | 4 +- tty.c | 59 +----------------- window-choose.c | 32 +++++++++ 17 files changed, 509 insertions(+), 146 deletions(-) create mode 100644 cmd-choose-list.c create mode 100644 control-notify.c hooks/post-receive -- tmux ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ tmux-cvs mailing list tmux-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-cvs