Re: Cursor flickers when on the last line

2014-11-14 Thread Nicholas Marriott
Hmm - fair enough, I guess it is detecting tmux as scrolling by accident when it redraws the status line. On Fri, Nov 14, 2014 at 04:40:53PM +0200, Aleksandrina Nikolova wrote: > I removed .Xresources and restarted X - the flickering was gone, so I > started adding the options line by line and I

Re: Cursor flickers when on the last line

2014-11-14 Thread Nicholas Marriott
I can reproduce with your config, and urxvt is also extremely slow to redraw and to scroll, so I suspect that urxvt is just too slow with this config. tmux has to move the cursor in order to redraw the status line and if that takes too long, you will see the cursor flicker. There is no way around t

Re: Cursor flickers when on the last line

2014-11-14 Thread Aleksandrina Nikolova
I removed .Xresources and restarted X - the flickering was gone, so I started adding the options line by line and I found that URxvt*skipScroll: false is causing this. Setting it to true gets rid of the flickering completely! No other options in Xresources affect it. Thank you

Re: Cursor flickers when on the last line

2014-11-14 Thread Aleksandrina Nikolova
Hi, Yes, just these two lines reproduce the flickering. I'm attaching my .Xresources and I don't start urxvt with any options. On 14/11/14 15:54, Nicholas Marriott wrote: > Is this config enough to reproduce: > > set -g status-right '%s' > set -g status-interval 1 > > Also please send me your .Xd

Re: Cursor flickers when on the last line

2014-11-14 Thread Nicholas Marriott
Is this config enough to reproduce: set -g status-right '%s' set -g status-interval 1 Also please send me your .Xdefaults/.Xresources and any flags you are using to start urxvt. On Fri, Nov 14, 2014 at 01:30:21PM +0200, Aleksandrina Nikolova wrote: > I did that first (inside afterwards, just fo

Re: Cursor flickers when on the last line

2014-11-14 Thread Aleksandrina Nikolova
I did that first (inside afterwards, just for test): I shutdown the tmux server, started urxvt, did export TERM=xterm; and then tmux to start a new session (did it also from the tty) On 14/11/14 13:21, Nicholas Marriott wrote: > TERM _outside_ tmux? > > > On Fri, Nov 14, 2014 at 01:16:53PM +0200,

Re: Cursor flickers when on the last line

2014-11-14 Thread Nicholas Marriott
TERM _outside_ tmux? On Fri, Nov 14, 2014 at 01:16:53PM +0200, Aleksandrina Nikolova wrote: > I just did - it does not... even when I set the default TERM for tmux to > xterm and start a new session, it still flickers. > > On 14/11/14 13:13, Nicholas Marriott wrote: > > Hmm. Can you test with TE

Re: Cursor flickers when on the last line

2014-11-14 Thread Aleksandrina Nikolova
I just did - it does not... even when I set the default TERM for tmux to xterm and start a new session, it still flickers. On 14/11/14 13:13, Nicholas Marriott wrote: > Hmm. Can you test with TERM=xterm in urxvt and see if it goes away? > > > On Fri, Nov 14, 2014 at 01:08:55PM +0200, Aleksandrina

Re: Cursor flickers when on the last line

2014-11-14 Thread Nicholas Marriott
Hi What is TERM set to outside tmux? On Fri, Nov 14, 2014 at 11:52:31AM +0200, Aleksandrina Nikolova wrote: > Hi, thanks for replying - I'm attaching my .tmux.conf; > I tried removing it completely and restarting tmux - the flicker was > gone; so to figure out which setting exactly is causing it

Re: Cursor flickers when on the last line

2014-11-14 Thread Aleksandrina Nikolova
Hi, thanks for replying - I'm attaching my .tmux.conf; I tried removing it completely and restarting tmux - the flicker was gone; so to figure out which setting exactly is causing it I started reloading them one by one and found out that it flickers when the status bar is changed (not necessarily e

Re: Cursor flickers when on the last line

2014-11-14 Thread Nicholas Marriott
What do you have in .tmux.conf? On Thu, Nov 13, 2014 at 06:39:52PM +0200, Aleksandrina Nikolova wrote: > Greetings! > > I am using tmux v 1.9a running on Gentoo Linux amd64 under rxvt-unicode. > Whenever the cursor is on the last line (just above the tmux status > basr) it flickers every status-i

Cursor flickers when on the last line

2014-11-13 Thread Aleksandrina Nikolova
Greetings! I am using tmux v 1.9a running on Gentoo Linux amd64 under rxvt-unicode. Whenever the cursor is on the last line (just above the tmux status basr) it flickers every status-interval (regardless of how many seconds it is set to and regardless if it is in alternate screen or not). This doe