Re: Fwd: tmux failed to start server

2013-12-05 Thread Nicholas Marriott
If it died with a SEGV it should leave a core. What is ulimit -c? Can you run it in gdb and see what happens? Does it work if you do it without a config file (eg tmux -Lx -f/dev/null new)? On Wed, Dec 04, 2013 at 11:49:37PM -0800, Balaji Venkataraman wrote: >On Dec 4, 2013 11:46 PM, "Nichol

Re: [tmux:tickets] #86 support for -- command line separator

2013-12-05 Thread Thomas Adam
Hi, This is already in the TODO list. -- Thomas Adam On 4 December 2013 18:02, Arkadiusz Miskiewicz wrote: > > > [tickets:#86] support for -- command line separator > > Status: open > Created: Wed Dec 04, 2013 06:02 PM UTC by Arkadiusz Miskiewicz > Last Updated:

[tmux:tickets] #86 support for -- command line separator

2013-12-05 Thread Arkadiusz Miskiewicz
--- ** [tickets:#86] support for -- command line separator** **Status:** open **Created:** Wed Dec 04, 2013 06:02 PM UTC by Arkadiusz Miskiewicz **Last Updated:** Wed Dec 04, 2013 06:02 PM UTC **Owner:** nobody Would be nice if tmux supported "--" for command separation, just like in gnu too

[PATCH] copy client/session environment to local environment on session creation

2013-12-05 Thread Matthias Lederhofer
This changes the way environment variables are handled: - a new session populates the local environment from the current client/session/server process (in case the config creates a session) - the global environment is empty by default - variables in the global environment override variables in th

[tmux:tickets] #85 tmux display error when using it with NodeJS.

2013-12-05 Thread SamD
--- ** [tickets:#85] tmux display error when using it with NodeJS.** **Status:** open **Created:** Wed Dec 04, 2013 06:29 AM UTC by SamD **Last Updated:** Wed Dec 04, 2013 06:29 AM UTC **Owner:** nobody There seems to be a tmux display error when using it with NodeJS. See this screenshot ht

[PATCH] choose-list: add -d option for items delimiter

2013-12-05 Thread Xiaochen Wang
Add [-d delim] option to choose-list command. Then we can use 'delim' instead of comma to seperate list items. Tmux cannot pass list item containing comma (e.g. "ss -tan | awk '{print \$1, \$4}' " ) to choose list originally. >From 34c76e1689b9bb6be3862ef34a8c9778b009b8a6 Mon Sep 17 00:00:00 2