bug: crash tmux server using vim and urxvt

2010-03-25 Thread Brian R . Landy
Hi, I have found a way to crash the tmux server using vim and urxvt (I suspect any terminal that can support ttymouse=xterm in vim would do the same). Here's how I do it. First, setup this minimal .vimrc: "enable non-vi compatible features -- do first! set nocompatible "read in sample configs

Re: problem with Meta+arrow keys

2010-03-15 Thread Brian R. Landy
all 4 arrow keys. Usually within 30 seconds I'll have triggered a window swap. On Mar 15, 2010, at 4:11 AM, Nicholas Marriott wrote: > Does this happen if you DON'T set escape-time to 0? > > > On Sun, Mar 14, 2010 at 11:21:56PM -0400, Brian R. Landy wrote: >> Hi, I a

Re: Bug? copy-mode scrolling on OpenBSD 4.6 w/ CVS HEAD

2010-03-15 Thread Brian R. Landy
Perfect, that did the trick. On Mar 15, 2010, at 4:08 AM, Nicholas Marriott wrote: > You need to use > > export EVENT_NOKQUEUE=1 > > before starting tmux or you will hit kqueue bugs in 4.6. > > > On Sun, Mar 14, 2010 at 11:16:44PM -0400, Brian R. Landy wrote: >>

problem with Meta+arrow keys

2010-03-15 Thread Brian R. Landy
Hi, I am trying to use some key bindings with "bind-key -n" that use the meta modifier. In particular, Meta w/ arrow keys. However occasionally rapid repeating of an arrow key--for example, press and hold an arrow key without holding meta--will be interpreted by tmux as meta+arrow. I have set

Bug? copy-mode scrolling on OpenBSD 4.6 w/ CVS HEAD

2010-03-15 Thread Brian R. Landy
If I use cvs HEAD on OpenBSD 4.6, I find that entering copy mode and paging up quickly hangs the tmux session (not the server, new sessions can be created but if you attach a client to the frozen session, it freezes too). I don't have this problem on my other systems (Macs running 10.6). I tes