Re: Master crash on Linux & cygwin

2015-02-12 Thread İsmail Dönmez
Hi, On Wed, Feb 11, 2015 at 8:16 PM, İsmail Dönmez wrote: > Hi, > > On Wed, Feb 11, 2015 at 8:11 PM, Nicholas Marriott > wrote: >> Try this please: > > > Fixes both Cygwin and Linux. Thank you! Do you mind pushing

Re: Master crash on Linux & cygwin

2015-02-11 Thread İsmail Dönmez
Hi, On Wed, Feb 11, 2015 at 8:11 PM, Nicholas Marriott wrote: > Try this please: Fixes both Cygwin and Linux. Thank you! > Index: cmd-queue.c > === > RCS file: /cvs/src/usr.bin/tmux/cmd-queue.c,v > retrieving revision 1.21 > diff

Master crash on Linux & cygwin

2015-02-11 Thread İsmail Dönmez
Hi currently master branch seems to be crashing on me with Linux and Cygwin, valgrind reports 2 errors which might be the culprit(s): ==21229== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) ==21229== ==21229== 1 errors in context 1 of 2: ==21229== Invalid read of size 4 ==21229==

Re: Putting the new window at the end

2015-01-18 Thread İsmail Dönmez
Hi, On Sun, Jan 18, 2015 at 2:23 PM, Thomas Adam wrote: > On 18 January 2015 at 12:19, İsmail Dönmez wrote: > > Hi, > > > > I am trying to find a shortcut to create a window at the end of the > current > > windows. Currently new-window -a just appends the new wi

Putting the new window at the end

2015-01-18 Thread İsmail Dönmez
Hi, I am trying to find a shortcut to create a window at the end of the current windows. Currently new-window -a just appends the new window after the current active window which is not what I want. I came up with something like run-shell "x=$(tmux list-windows | tail -1 | cut -f1 -d":") && tmux

[PATCH] Fix Cygwin compilation

2014-12-29 Thread İsmail Dönmez
On recent cygwin MAXPATHLEN is defined in sys/param.h, attached patch adds this as an include to osdep-cygwin.c to fix compilation. ismail cygwin.patch Description: Binary data -- Dive into the World of Parallel Programm