monitor-content matches

2010-05-30 Thread clemens fischer
'uname -rims' -> Linux 2.6.33.4-spott i686 AuthenticAMD tmux-CVS from today Hi, I have these settings in ".tmux.conf": set-window-option -g monitor-content '[0-9]* [0-9]* [#$] ?' set-option -g visual-content on designed to match my shells prompt[1] looking like this: "0 4 # ". The fir

Re: fatal: main: msgbuf_write failed

2010-05-30 Thread clemens fischer
On Fri-2010/04/23-19:45 chr wrote: > I suspect that is some permissions problem. If I chmod 777 > the socket directory (previously 700), I get: > > $ tmux > can't create socket: Permission denied Did you do "chmod 777 ..." or "chmod 0777 ..."? The former would be interpreted in decimal, the lat

Re: fatal: main: msgbuf_write failed

2010-05-30 Thread Nicholas Marriott
On Sun, May 30, 2010 at 06:05:25PM +0200, clemens fischer wrote: > On Fri-2010/04/23-19:45 chr wrote: > > > I suspect that is some permissions problem. If I chmod 777 > > the socket directory (previously 700), I get: > > > > $ tmux > > can't create socket: Permission denied > > Did you do "chmod

Re: fatal: main: msgbuf_write failed

2010-05-30 Thread clemens fischer
Nicholas Marriott wrote: > On Sun, May 30, 2010 at 06:05:25PM +0200, clemens fischer wrote: > >> Did you do "chmod 777 ..." or "chmod 0777 ..."? The former would be >> interpreted in decimal, the latter is the octal you want. You could > > chmod is not as dumb as that. > > $ touch x && chmod 77

Re: monitor-content matches

2010-05-30 Thread Nicholas Marriott
It only scans when new content appears but it scans the whole window, not just what was added. Not ideal but that's the way it works right now. On Sun, May 30, 2010 at 05:16:06PM +0200, clemens fischer wrote: > 'uname -rims' -> Linux 2.6.33.4-spott i686 AuthenticAMD > tmux-CVS from today > > Hi