Re: patch for setting pane background color

2015-02-15 Thread J Raynor
> Yes panes should always have colours. If the pane is set to 8, it uses > the window, if the window is 8, it uses the default. It isn't necessary > to have a way to set the pane directly to default, we don't have that > for any other style - it always follows the hierarchy (like eg the status > li

Re: [patch] cmd-renumber-windows

2015-02-15 Thread Thomas Adam
On Sun, Feb 15, 2015 at 05:12:45PM -0800, Max DeLiso wrote: > Hello. > > I've been using tmux for a while now and I think it's great. > > Often, when working with it, I will accumulate too many windows and > then close some, leaving my numbers out of sequence. > > I went to implement renumbering

[patch] cmd-renumber-windows

2015-02-15 Thread Max DeLiso
Hello. I've been using tmux for a while now and I think it's great. Often, when working with it, I will accumulate too many windows and then close some, leaving my numbers out of sequence. I went to implement renumbering in tmux only to discover that it was already present (session_renumber_wind

Re: The history of tmux

2015-02-15 Thread Christopher Ritsen
On Sun, Feb 15, 2015 at 08:54:03PM +, David Chanters wrote: > Hi, > > Did this email make it to the list? Any takers on this? > > David I'll reply as an echo. I don't think there is a large community developer around this project, mostly two people the last time I checked. Git history is

Re: The history of tmux

2015-02-15 Thread David Chanters
Hi, Did this email make it to the list? Any takers on this? David On 5 February 2015 at 22:10, David Chanters wrote: > Hey everyone, > > I'm really enjoying tmux, and thank you to everyone who makes it possible! > > What's the story behind tmux, and how did it start? Having read the > tmux FAQ,

[tmux:tickets] #178 tmux hang for certain commands

2015-02-15 Thread Ole Tange
--- ** [tickets:#178] tmux hang for certain commands** **Status:** open **Created:** Sat Feb 14, 2015 11:17 PM UTC by Ole Tange **Last Updated:** Sat Feb 14, 2015 11:17 PM UTC **Owner:** nobody I am trying to understand why this program behaves differently depending on Y: #!/bin/bash

[tmux:tickets] #179 Command length limited not documented

2015-02-15 Thread Ole Tange
--- ** [tickets:#179] Command length limited not documented** **Status:** open **Created:** Sat Feb 14, 2015 11:24 PM UTC by Ole Tange **Last Updated:** Sat Feb 14, 2015 11:24 PM UTC **Owner:** nobody There is a limit on the length on the command. This limit should either be removed (preferr

[tmux:tickets] #180 tmux does not clean up /tmp

2015-02-15 Thread Ole Tange
--- ** [tickets:#180] tmux does not clean up /tmp** **Status:** open **Created:** Sat Feb 14, 2015 11:36 PM UTC by Ole Tange **Last Updated:** Sat Feb 14, 2015 11:36 PM UTC **Owner:** nobody A program should clean up tmp files that it no longer needs instead of leaving unused files for the u

[tmux:tickets] #181 Race condition in new-session

2015-02-15 Thread Ole Tange
--- ** [tickets:#181] Race condition in new-session** **Status:** open **Created:** Sat Feb 14, 2015 11:47 PM UTC by Ole Tange **Last Updated:** Sat Feb 14, 2015 11:47 PM UTC **Owner:** nobody There seems to be a race condition: $ tmux1.9 new-session -d 'sleep 10'; for i in `seq 341`; do