Re: can not send the actual prefix key other than ^b

2012-08-08 Thread LEVAI Daniel
On sze, aug 08, 2012 at 15:41:29 +0100, Nicholas Marriott wrote: > Are you sure you restarted tmux entirely? > > What if you do "cat" then C-b : send-prefix -2 does it show ^A? > [...] The 'cat' trick worked, I got the ^a in the terminal. OTOH Sorry, but it didn't occur to me that I had to comp

Re: can not send the actual prefix key other than ^b

2012-08-08 Thread LEVAI Daniel
On sze, aug 08, 2012 at 13:41:31 +0200, LEVAI Daniel wrote: > > > > Hi! > > > > > > I'm using tmux's default prefix key ^b, but I needed an alternate prefix > > key too, so I've used 'set-option -g prefix2 C-a'. [...] Nicholas Ma

can not send the actual prefix key other than ^b

2012-08-08 Thread LEVAI Daniel
Hi! I'm using tmux's default prefix key ^b, but I needed an alternate prefix key too, so I've used 'set-option -g prefix2 C-a'. I'm used to the fact that I can use CTRL+b+b to enter ^b to my terminal any time I need (eg.: remote tmux). But, it seems to me that this only works for ^b. With any o

Re: selection gets cleared when cursors blinks

2011-04-27 Thread LEVAI Daniel
On Wed, Apr 27, 2011 at 08:28:53 +0100, Nicholas Marriott wrote: > Doh, try this: > > Index: status.c > === > RCS file: /cvs/src/usr.bin/tmux/status.c,v > retrieving revision 1.74 > diff -u -p -r1.74 status.c > --- status.c 24 Apr 20

Re: selection gets cleared when cursors blinks

2011-04-26 Thread LEVAI Daniel
On Tue, Apr 26, 2011 at 18:12:11 +0100, Nicholas Marriott wrote: > On Tue, Apr 26, 2011 at 09:50:02AM +0200, LEVAI Daniel wrote: > > On Sat, Apr 23, 2011 at 21:54:16 +0100, Nicholas Marriott wrote: > > > hmmm i can't reproduce. can you do the same script dance with "tm

Re: selection gets cleared when cursors blinks

2011-04-26 Thread LEVAI Daniel
On Sat, Apr 23, 2011 at 21:54:16 +0100, Nicholas Marriott wrote: > hmmm i can't reproduce. can you do the same script dance with "tmux > - -Ltest -f/dev/null" and see if it is redrawing the screen all the > same there too? No it doesn not. I've attached the new typescript output too. > what is

Re: selection gets cleared when cursors blinks

2011-04-23 Thread LEVAI Daniel
On szo, ápr 23, 2011 at 12:14:40 +0100, Nicholas Marriott wrote: > what tmux or openbsd version is this? it shouldn't be redrawing the > entire window I'm following -current, but it's been doing this for a few months now. $ cat ~/.tmux.conf: set-option -g default-shell /bin/ksh set-option -g dis

Re: selection gets cleared when cursors blinks

2011-04-21 Thread LEVAI Daniel
On Wed, Apr 20, 2011 at 20:40:50 +0200, LEVAI Daniel wrote: > 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: > >

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 +01

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: selection gets cleared when cursors blinks

2011-04-18 Thread LEVAI Daniel
> On Wed, Feb 02, 2011 at 11:06:14AM +0100, LEVAI Daniel wrote: > > On Tue, Feb 01, 2011 at 20:05:40 +, Nicholas Marriott wrote: > > > Are you sure it happens when the cursor blinks? If you make the > > > cursor > > > steady does it stop happening? What if y

Re: selection gets cleared when cursors blinks

2011-02-14 Thread LEVAI Daniel
On Thu, Feb 03, 2011 at 20:44:06 +, Nicholas Marriott wrote: > On Wed, Feb 02, 2011 at 11:06:14AM +0100, LEVAI Daniel wrote: > > On Tue, Feb 01, 2011 at 20:05:40 +, Nicholas Marriott wrote: > > > Are you sure it happens when the cursor blinks? If you make the cursor &g

Re: selection gets cleared when cursors blinks

2011-02-02 Thread LEVAI Daniel
On Tue, Feb 01, 2011 at 20:05:40 +, Nicholas Marriott wrote: > Are you sure it happens when the cursor blinks? If you make the cursor > steady does it stop happening? What if you increase status-interval in > tmux? Sorry, yes, you're absolutely right. It has nothing to do with cursor blinking,

Re: selection gets cleared when cursors blinks

2011-01-31 Thread LEVAI Daniel
On Mon, Jan 31, 2011 at 19:43:00 +, Nicholas Marriott wrote: > if you mean the xterm selection, there is not much tmux can do about > when xterm chooses to clear the selection Using only xterm (urxvt actually) without tmux doesn't produce this behavior. It only clears the xterm selection when

selection gets cleared when cursors blinks

2011-01-31 Thread LEVAI Daniel
Hi! I'm using tmux on OpenBSD -current. When I select something with the mouse, that selection gets cleared (ie. nothing will be selected) when the keyboard cursor blinks one. I only get this behaviour on -current, and on OpenBSD. It's getting hard to copy-paste something. Is this some "feature"?

Re: link panes?

2010-06-09 Thread LEVAI Daniel
On Wed, Jun 09, 2010 at 09:34:17 +0100, Nicholas Marriott wrote: > synchronize-panes option oh, thanks. I missed that in the man. However, please consider this diff ;) --- tmux.1.orig Wed Jun 9 13:09:59 2010 +++ tmux.1 Wed Jun 9 13:10:19 2010 @@ -2030,7 +2030,7 @@ .It Xo Ic synchronize-p

link panes?

2010-06-09 Thread LEVAI Daniel
Hi! Is it possible to link two panes so when I type, the characters will be sent to both panes at once? Thanks, Daniel -- LÉVAI Dániel PGP key ID = 0x83B63A8F Key fingerprint = DBEC C66B A47A DFA2 792D 650C C69B BE4C 83B6 3A8F -

Re: can not switch numlock inside tmux

2009-11-28 Thread LEVAI Daniel
On Sunday 29 November 2009 00.54.36 you wrote: > tmux always puts the keypad into application mode always which is probably > wrong. You can try CVS HEAD which fixes the bug and means you will get > numbers by default but other than that until I get time to make it set the > cursor mode based on

Re: can not switch numlock inside tmux

2009-11-28 Thread LEVAI Daniel
pad keys mode are the wrong way > round. > > For numlock to do anything, your terminal needs to actually change the key > codes it sends on num lock. So what should I do? It works outside tmux :/ I should also mention, that this is not under X, it is plain linux console. > On Sat,

can not switch numlock inside tmux

2009-11-28 Thread LEVAI Daniel
Hi! I'm using tmux-1.1 on Linux. After I start tmux, I can not change the numlock state. Nothing happens when I press the numlock button and nothing appears on the screen either. My TERM env is xterm-color before and after starting tmux, and I'm in a completely new tmux session. What could be