turn the repeat-time option to 0 or rebind up without -r
On Thu, Aug 26, 2010 at 08:03:06AM +0300, Nezmer wrote:
> Hi,
>
> In tmux 1.3, "PREFIX+Up+Up" goes 2 panes up instead of stopping after
> 1 pane and do whatever Up is supposed to do(e.g view shell history).
>
> I suppose this is intended
On Thu, Aug 26, 2010 at 08:27:44AM +0100, Nicholas Marriott wrote:
> turn the repeat-time option to 0 or rebind up without -r
>
Works.
Thank you.
>
> On Thu, Aug 26, 2010 at 08:03:06AM +0300, Nezmer wrote:
> > Hi,
> >
> > In tmux 1.3, "PREFIX+Up+Up" goes 2 panes up instead of stopping after
>
this is the fix libevent upstream have decided to go with.
poll and select backends weren't reinitialised after fork() so the same
socketpair was used for parent and child, leading to a race as to which
got to read() the byte from it and the loser hanging.
either use libevent 1.4 from git or appl