Re: Patch: enable tmux static builds on linux

2010-04-02 Thread Nicholas Marriott
Good catch, I fixed this locally last time I did a static build but I forgot to put it in. Thanks. On Thu, Apr 01, 2010 at 03:36:08PM +0200, Aaron Isotton wrote: >I wanted to build tmux statically on Linux by using >make LDCONFIG=-static >This does not work now because -lrt is missing

Re: set -g status-bg colour?

2010-04-02 Thread Micah Cowan
clemens fischer wrote: > On Fri-2010/03/12-03:42 Micah Cowan wrote: > >> I also whipped up a small shell script to help me find color values >> I like. I've attached it here. > > Does "color-trans.sh" really work in your bash? Yes, it does. > In the bash-4 I use it > breaks at least when giving

Re: tmux and crontab

2010-04-02 Thread Stealth
Got command not found. Should have known to use an absolute path when starting irssi. "cd $HOME; /usr/local/bin/tmux new -d /usr/local/bin/irssi" works On 4/2/2010 2:23 AM, Nicholas Marriott wrote: > Do it with -v and see if there is an error in the logs. > > > On Thu, Apr 01, 2010 at 09:30:3

Re: set -g status-bg colour?

2010-04-02 Thread clemens fischer
On Fri-2010/03/12-03:42 Micah Cowan wrote: > I also whipped up a small shell script to help me find color values > I like. I've attached it here. Does "color-trans.sh" really work in your bash? In the bash-4 I use it breaks at least when giving it anything but a number: Color number g is/ino/

Re: tmux and crontab

2010-04-02 Thread Nicholas Marriott
Do it with -v and see if there is an error in the logs. On Thu, Apr 01, 2010 at 09:30:35PM -0700, Stealth wrote: > Everything seems to work when I'm not using cron. > > This command works from the prompt, but will not work when crontab > executes it (and outputs no error): > cd $HOME; /usr/l