Re: tmux 1.9a in cygwin

2014-06-02 Thread Balazs Kezes
On 2014-06-02 08:30 +0200, Michael Wild wrote: > I am the maintainer of the Cygwin package, and I also ran into this > issue after upgrading the cygwin.dll to 1.7.30-1. Can you generate strace outputs for the tmux server/clients with both the old and new DLL and post the results here? -- Balazs

Re: Need tmux to inherit and pass on environment to a subshell

2014-06-02 Thread Balazs Kezes
On 2014-06-02 03:53 -0700, Jesse Molina wrote: > Because a number of my vars have spaces or special characters in them, > I have to do this nonsense because env output doesn't quote the > values. Yeah, bash might not be the best thing to do this. You could for instance create a custom "env" comman

Re: Need tmux to inherit and pass on environment to a subshell

2014-06-02 Thread Jesse Molina
Because a number of my vars have spaces or special characters in them, I have to do this nonsense because env output doesn't quote the values. ONE=1 TWO="2 2" THREE="3 -3 +3 =3" EXPORT_VARS="ONE TWO THREE" echo $(for VAR in $EXPORT_VARS ; do echo "${VAR}=\"${!VAR}\"" ; done) | tr '\n' ' ' Whi

RE: tmux 1.9a in cygwin

2014-06-02 Thread Byron K. Boulton
I was running tmux that I compiled myself, and after I did some Cygwin updates the other day I started getting the "failed to connect to server: No error" error. I deleted the tmux-# directory in /tmp and was able to start tmux. While that instance of tmux is running I can start new ones are a