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: VIM problems with tmux

2010-03-08 Thread Srinivasa R Chamarthy
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-externs -Wformat=2 -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -Wshadow -Wpoin

Re: VIM problems with tmux

2010-03-07 Thread Srinivasa R Chamarthy
Thanks for the information. I will install the CVS head and go ahead. Will reply if i still see any issues :) thanks all. On Sun, Mar 07, 2010 at 10:39:24PM +, Nicholas Marriott wrote: > The bug that usually causes this problem (although I believe it is at > least partly fixed in their source

Re: VIM problems with tmux

2010-03-07 Thread Srinivasa R Chamarthy
I checked xterm and its working fine with me... Will continue with xterm till the problem is resolved. On Sun, Mar 07, 2010 at 02:18:42PM -0800, Micah Cowan wrote: > Srinivasa R Chamarthy wrote: > > Here is the requested information: > > > > tmux version? -> 1.1 > > What Platform? -> Its Ubuntu 9

Re: VIM problems with tmux

2010-03-07 Thread Nicholas Marriott
The bug that usually causes this problem (although I believe it is at least partly fixed in their source repository), is that vte doesn't reset the cursor to 0,0 when the scroll region is changed. tmux HEAD has been changed to avoid assuming that terminals do this (tmux moves the cursor itself aft

Re: VIM problems with tmux

2010-03-07 Thread Micah Cowan
Srinivasa R Chamarthy wrote: > Here is the requested information: > > tmux version? -> 1.1 > What Platform? -> Its Ubuntu 9.10 >> Kernel 2.6.31-20-generic > What Terminal -> Gnome Terminal > TERM -> xterm (outside), screen (inside tmux) > CVS Head -> I will try and post the results I'm pretty sur

Re: VIM problems with tmux

2010-03-07 Thread Srinivasa R Chamarthy
Here is the requested information: tmux version? -> 1.1 What Platform? -> Its Ubuntu 9.10 >> Kernel 2.6.31-20-generic What Terminal -> Gnome Terminal TERM -> xterm (outside), screen (inside tmux) CVS Head -> I will try and post the results On Sat, Mar 06, 2010 at 01:25:41PM +, Nicholas Marrio

Re: VIM problems with tmux

2010-03-06 Thread Nicholas Marriott
Yeah, we need more information here, this bug report is useless. What tmux version? What platform? What terminal? What is TERM set to inside and outside tmux? Can you reproduce it with CVS HEAD? On Fri, Mar 05, 2010 at 11:46:38PM +0530, Srinivasa R Chamarthy wrote: > Hello, > > I am facing some

Re: VIM problems with tmux

2010-03-05 Thread Micah Cowan
Srinivasa R Chamarthy wrote: > Hello, > > I am facing some issues with vim when using tmux. In the vim insert mode if > inserting empty lines in between lines the i see that the lines are > overlapping > or lines are getting scrambled. If i exit vim and enter again everything is > fine. > > Is