Re: License file

2013-05-07 Thread Nicholas Marriott
On Fri, Apr 26, 2013 at 10:17:23PM +0200, Dagobert Michelsen wrote: > Hi Nicholas, > > Am 25.04.2013 um 23:57 schrieb Nicholas Marriott > : > > The relevant license/copyright is at the top of every source file, I > > don't think we need it in another place. Note that it differs for some > > files

Re: License file

2013-05-07 Thread Dagobert Michelsen
Hi Nicholas, Am 07.05.2013 um 15:03 schrieb Nicholas Marriott: > On Fri, Apr 26, 2013 at 10:17:23PM +0200, Dagobert Michelsen wrote: >> Am 25.04.2013 um 23:57 schrieb Nicholas Marriott >> : >>> The relevant license/copyright is at the top of every source file, I >>> don't think we need it in anot

Re: License file

2013-05-07 Thread Thomas Adam
On 7 May 2013 16:24, Dagobert Michelsen wrote: > I imported the license summary in Debian-style: > https://sourceforge.net/p/tmux/tmux-code/merge-requests/4/ > > Is this ok or do you have suggestions for modification? Looks OK, but what's the reason behind having a File: section? It seems inco

Re: License file

2013-05-07 Thread Dagobert Michelsen
Hi Thomas, Am 07.05.2013 um 17:32 schrieb Thomas Adam: > On 7 May 2013 16:24, Dagobert Michelsen wrote: >> I imported the license summary in Debian-style: >> https://sourceforge.net/p/tmux/tmux-code/merge-requests/4/ >> >> Is this ok or do you have suggestions for modification? > > Looks OK, b

resize-pane -Z, other new features absent in 1.8?

2013-05-07 Thread Nathan Speed
Hi, I'm having a really strange problem that I wonder if anybody else has run into. I upgraded to 1.8 in order to get the new `resize-pane -Z` functionality, but it doesn't appear to be there at all: nspeed@steak local $ tmux -V tmux 1.8 nspeed@steak local $ tmux resize-pane -Z usage: resize-pa

Re: resize-pane -Z, other new features absent in 1.8?

2013-05-07 Thread Ashwin G
As far as I know tmux 1.8 was the version which added support for `resize-pane -Z`: >From the changelog: http://sourceforge.net/projects/tmux/files/tmux/tmux-1.8/ * resize-pane learnt '-Z' for zooming a pane temporarily You might probably want to compile tmux 1.8 yourself to see if the homebrew

Re: resize-pane -Z, other new features absent in 1.8?

2013-05-07 Thread Chris Johnsen
On Tue, May 7, 2013 at 5:38 PM, Nathan Speed wrote: > Hi, > > I'm having a really strange problem that I wonder if anybody else has run > into. I upgraded to 1.8 in order to get the new `resize-pane -Z` > functionality, but it doesn't appear to be there at all: > > nspeed@steak local $ tmux -V >