Re: Having trouble using bind to redefine the backspace key.

2011-04-20 Thread Randy Belk
I have put this in my tmuxrc unbind Space bind Space next-window unbind BSpace bind BSpace previous-window When I look at the key definitions, I see this. Space: next-window BSpace: previous-window The space works correctly like it did before, but the backspace still doesn't work. Do you think

Re: selection gets cleared when cursors blinks

2011-04-20 Thread LEVAI Daniel
On sze, ápr 20, 2011 at 19:23:13 +0100, Nicholas Marriott wrote: > There is no way that is the output of running tmux inside script. [...] On sze, ápr 20, 2011 at 10:56:01 -0700, Micah Cowan wrote: > On 04/20/2011 12:49 AM, LEVAI Daniel wrote: > > On Mon, Apr 18, 2011 at 20:14:09 +0100, Nicholas M

Re: Having trouble using bind to redefine the backspace key.

2011-04-20 Thread Nicholas Marriott
BSpace On Wed, Apr 20, 2011 at 11:13:00AM -0500, Randy Belk wrote: >How can I reassign the backspace key in tmux to act like the backspace key >in screen? >I have the following defined in my tmuxrc file >unbind backspace >bind backspace previous-window >This does nothing.

Re: selection gets cleared when cursors blinks

2011-04-20 Thread Nicholas Marriott
Please kill tmux entirely and run with tmux -, reproduce then send me all three log files. Also please send your config, particularly what have you got in status-left and status-right. If you look at the tmux-out*.log file you can see if it is redrawing the whole screen or just the status lin

Re: selection gets cleared when cursors blinks

2011-04-20 Thread Nicholas Marriott
There is no way that is the output of running tmux inside script. Do this: $ pkill tmux $ script Script started, output file is typescript $ tmux new $ exit $ exit Script done, output file is typescript On Wed, Apr 20, 2011 at 09:49:28AM +0200, LEVAI Daniel wrote: > On Mon, Apr 18, 2011 at 20:

Re: selection gets cleared when cursors blinks

2011-04-20 Thread Nicholas Marriott
What TERM are you using outside tmux on OpenBSD? We don't have rxvt-unicode. On Wed, Apr 20, 2011 at 09:45:15AM +0200, LEVAI Daniel wrote: > On Tue, Apr 19, 2011 at 22:41:01 +, Ben Boeckel wrote: > [...] > > I'm using urxvt from Fedora and tmux HEAD, but I've never encountered > [...] > > On

Re: selection gets cleared when cursors blinks

2011-04-20 Thread Micah Cowan
On 04/20/2011 12:49 AM, LEVAI Daniel wrote: > On Mon, Apr 18, 2011 at 20:14:09 +0100, Nicholas Marriott wrote: >> if you like you can run tmux in script(1) > There is not much to see: The key words being "run _tmux_ in script". You obviously didn't, or we'd be seeing status draws. And then atta

Having trouble using bind to redefine the backspace key.

2011-04-20 Thread Randy Belk
How can I reassign the backspace key in tmux to act like the backspace key in screen? I have the following defined in my tmuxrc file unbind backspace bind backspace previous-window This does nothing. I have also tried the name "back-space" and that doesn't work either. The space key works corre

Re: selection gets cleared when cursors blinks

2011-04-20 Thread marcel partap
Hi there, the same problem has been annoying me in YaKuake aswell which is part of KDE and thus uses the konsole kpart... I had a quick look into this, and it definitely seems that this function > /** > * Checks if the text between from and to is inside the current > * selection. If

Re: selection gets cleared when cursors blinks

2011-04-20 Thread LEVAI Daniel
On Mon, Apr 18, 2011 at 20:14:09 +0100, Nicholas Marriott wrote: > if you like you can run tmux in script(1) then let it run for a few > seconds (so the problem happens) then look in the typescript file for > where it redraws the status line and figure out using printf(1) or by > trimming bits out

Re: selection gets cleared when cursors blinks

2011-04-20 Thread LEVAI Daniel
On Mon, Apr 18, 2011 at 09:05:21 -0700, Micah Cowan wrote: [...] > > Any chance of getting this fixed? It's a really annoying phenomena. > > Since this is a behavior of your terminal (kills the selection as soon > as the term is written to), rather than tmux, I believe your choices are: > > 1) In

Re: selection gets cleared when cursors blinks

2011-04-20 Thread LEVAI Daniel
On Tue, Apr 19, 2011 at 22:41:01 +, Ben Boeckel wrote: [...] > I'm using urxvt from Fedora and tmux HEAD, but I've never encountered [...] On Tue, Apr 19, 2011 at 10:42:04 -0700, Micah Cowan wrote: > (04/19/2011 10:34 AM), Peter John Hartman wrote: > > > Hence, I for one would love to see tmu

Re: A noticable difference from screen.

2011-04-20 Thread Nicholas Marriott
Yeah this only makes a difference without ssh IIRC. That change is the throttling option but perhaps we need one based on time rather than buffer size left. On Tue, Apr 19, 2011 at 05:07:22PM -0700, Robin Lee Powell wrote: > I do not see much difference, if any; I can try to nail that down if >