Re: Tmux swearing

2013-11-14 Thread Aleksey Midenkov
Ahh-haha. The universe is on my side! On Wed, Nov 13, 2013 at 2:20 PM, Thomas Adam wrote: > Hi, > > Sorry list, I had assumed this might have had something to do with > audible bells, and I didn't bother to check the content of this mail > before letting it through. > > I'll do better next time.

Use of O_DIRECTORY and Buildbot for tmux

2013-11-14 Thread Dagobert Michelsen
Hi, I noticed that the latest version in GIT uses "open" with O_DIRECTORY which is not available on Solaris. As a quick fix I have a conditional use of that define as merge request: https://sourceforge.net/p/tmux/tmux-code/merge-requests/6/ To catch issues on Solaris earlier I have set up build

tmux splitting single commands?

2013-11-14 Thread Chris Berkhout
Hi all, I'm getting problems like this: $ ping google.com Usage: ping [-aAbBdDfhLnOqrRUvV] [-c count] [-i interval] [-I interface] [-m mark] [-M pmtudisc_option] [-l preload] [-p pattern] [-Q tos] [-s packetsize] [-S sndbuf] [-t ttl] [-T timestamp_option] [-w d

Can't bind multiple commands with bind -t

2013-11-14 Thread Jan Larres
Hi, In principle it is possible to bind multiple commands to one key like this: bind-key r source-file ~/.tmux.conf \; display "Reloaded ~/.tmux.conf" But if the -t option is given this does not work: $ tmux bind-key -t vi-copy Escape cancel \\\; display "foo" not enough arguments The pr

Re: Can't bind multiple commands with bind -t

2013-11-14 Thread Nicholas Marriott
You can't bind multiple commands to keys in modes. One key to one command. Original message From: Jan Larres Date: 15/11/2013 02:29 (GMT+01:00) To: tmux-users@lists.sourceforge.net Subject: Can't bind multiple commands with bind -t Hi, In principle it is possible to bin

Re: tmux splitting single commands?

2013-11-14 Thread Nicholas Marriott
Please restart tmux and run with -v. Then reproduce and send me the logs together with the command you were trying to run. Original message From: Chris Berkhout Date: 15/11/2013 00:52 (GMT+01:00) To: tmux-users@lists.sourceforge.net Subject: tmux splitting single commands?