Re: Upgrade to 1.2 makes thick broders between panes

2010-03-10 Thread Nicholas Marriott
setw -g pane-active-border-bg default > From: Rorschach > To: tmux-users@lists.sourceforge.net > Date: Wed, 10 Mar 2010 22:40:19 +0100 > Subject: Upgrade to 1.2 makes thick broders between panes > X-Mailer: > > Hi, > I upgraded to tmux 1.2 now and it looks really bad now :( the border is > pr

Upgrade to 1.2 makes thick broders between panes

2010-03-10 Thread Rorschach
Hi, I upgraded to tmux 1.2 now and it looks really bad now :( the border is pretty thick since the upgrade and I can't find no option to adjust the border-width. Can you point me to it? Here's a screenshot for you to see what I mean: http://img695.imageshack.us/img695/5544/tmux12thickpaneborder

Re: numpad

2010-03-10 Thread Stealth
Ok, just wanted to make sure so other people don't have problems with it :) On 3/10/2010 10:18 AM, Nicholas Marriott wrote: > Great. > > libevent has been documented in the NOTES file for months. > > > On Wed, Mar 10, 2010 at 10:10:43AM -0800, Stealth wrote: >> Got 1.2. My numbers work now :D

Re: numpad

2010-03-10 Thread Stealth
Got 1.2. My numbers work now :D BTW, someone should document the dependency on libevent, as installation would have gone a bit smoother if I had known before attempting to compile :) Thanks! On 3/10/2010 12:45 AM, Nicholas Marriott wrote: > Ugh, sorry, I thought I added an entry, but it was for

Re: numpad

2010-03-10 Thread Nicholas Marriott
Great. libevent has been documented in the NOTES file for months. On Wed, Mar 10, 2010 at 10:10:43AM -0800, Stealth wrote: > Got 1.2. My numbers work now :D > > BTW, someone should document the dependency on libevent, as installation > would have gone a bit smoother if I had known before attemp

Re: VIM problems with tmux

2010-03-10 Thread Nicholas Marriott
Probably your version of libevent is either too old or too new. On Wed, Mar 10, 2010 at 08:29:03PM +0530, Srinivasa R Chamarthy wrote: > Hi, > > Yes.. first i got error related libevent. I have installed libevent and after > that i am getting the reported error. > > On Wed, Mar 10, 2010 at 01:4

Re: VIM problems with tmux

2010-03-10 Thread Srinivasa R Chamarthy
Sorry, I had libev-libevent-dev installed. I have removed and installed libevent-dev and it worked fine. Thanks for all the support. -- Srinivasa R Chamarthy On Wed, Mar 10, 2010 at 01:47:57PM +, Nicholas Marriott wrote: > Did you install libevent? > > > On Mon, Mar 08, 2010 at 01:48:36PM

Re: VIM problems with tmux

2010-03-10 Thread Srinivasa R Chamarthy
Hi, Yes.. first i got error related libevent. I have installed libevent and after that i am getting the reported error. On Wed, Mar 10, 2010 at 01:47:57PM +, Nicholas Marriott wrote: > Did you install libevent? > > > On Mon, Mar 08, 2010 at 01:48:36PM +0530, Srinivasa R Chamarthy wrote: > >

Re: VIM problems with tmux

2010-03-10 Thread Nicholas Marriott
Did you install libevent? On Mon, Mar 08, 2010 at 01:48:36PM +0530, Srinivasa R Chamarthy wrote: > Hi Micah, > > I tried compiling the CVS head today. But i get the folowing errors: > > chamar...@chamarthy:~/tmux$ make > cc -DBUILD="\"1.2\"" -g -ggdb -DDEBUG -Wno-long-long -Wall -W -Wnested-ext

Re: [patch] memory leak in status.c

2010-03-10 Thread Nicholas Marriott
Good catch, fixed in SF. On Tue, Mar 09, 2010 at 01:22:18PM +0100, greg wrote: > Hi, > > It seems I found a memory leak in tmux. In status_job (status.c), cmd is > allocated and is not released if the command line is parsed without > error. > > If someone uses a low value for status-interval (i

Re: numpad

2010-03-10 Thread Nicholas Marriott
Ugh, sorry, I thought I added an entry, but it was for the arrow keys.. Please try HEAD (or wait for 1.2), I think the way the number keypad works was changed. On Tue, Mar 09, 2010 at 10:28:53PM -0800, Stealth wrote: > I read both the current FAQ on the website, the one with the source > files,