Re: tmux seems not treat $terminfo properly

2012-10-20 Thread Bill Sun
On Sat, Oct 20, 2012 at 11:44:38AM +0200, Frank Terbeck wrote: > Bill Sun wrote: > > I'm a zsh user. I have those key bindings in .zshrc: > > key[Home]=${terminfo[khome]} > > key[End]=${terminfo[kend]} > > [[ -n "${key[Home]}" ]] && bindkey "${key[Home]}" beginning-of-line > > [[ -n

Re: Patch for Tmux: fix race condition when starting server

2012-10-20 Thread Thomas Adam
Hi, On 20 October 2012 00:38, Rob Hoelz wrote: > Ok, I'm going to try sending this patch in again; I was able to view it > fine in my mail reader last time, but it didn't render properly in the > SF web view. I have also improved the patch a bit; it should now more > closely conform to the style

Re: tmux seems not treat $terminfo properly

2012-10-20 Thread Frank Terbeck
Bill Sun wrote: > I'm a zsh user. I have those key bindings in .zshrc: > key[Home]=${terminfo[khome]} > key[End]=${terminfo[kend]} > [[ -n "${key[Home]}" ]] && bindkey "${key[Home]}" beginning-of-line > [[ -n "${key[End]}" ]] && bindkey "${key[End]}" end-of-line > > In 'plain' xte

Re: Error in Compiling in tmux.

2012-10-20 Thread Thomas Adam
On Sat, Oct 20, 2012 at 02:50:56AM -0400, Feanil Patel wrote: > What version of libevent are you using? The definition of > EVBUFFER_EOL_LF is in buffer.h of the libevent library. Use either libevent 1.4.14b, or perhaps more preferrably, 2.0.20. -- Thomas Adam --