What version of libevent are you using? The definition of
EVBUFFER_EOL_LF is in buffer.h of the libevent library.
On Sat, Oct 20, 2012 at 2:10 AM, sudhir meena wrote:
>
> Good Morning
> Sir,
>
>
> There is error in Compiling of tmux, here i send the error so please
> give me some suggest
Good Morning
Sir,
There is error in Compiling of tmux, here i send the error so
please give me some suggestion to fix it.
[root@localhost]# make
gcc -DPACKAGE_NAME=\"tmux\" -DPACKAGE_TARNAME=\"tmux\"
-DPACKAGE_VERSION=\"1.7\" -DPACKAGE_STRING=\"tmux\ 1.7\"
-DPACKAGE_BUGREPORT=\"\" -DPAC
Hi,
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' xterm, the and keys work
On Thu, 18 Oct 2012 18:20:24 +0200
Rob Hoelz wrote:
> Hello tmux users and developers!
>
> I found an interesting issue on tmux 1.7. I have the following
> snippet at the end of my tmux.conf:
>
> if-shell "[[ -e ~/.tmux.local.conf ]]" \
> "source-file ~/.tmux.local.conf"
>
> In tmux.local
It works for me, if your terminal doesn't support brightblack you can't
use it, you need to use bold and black.
On Fri, Oct 19, 2012 at 11:32:49AM +0300, Psyber Bits wrote:
> I tried it and didn't work. It use 'black' instead of 'brightblack'.
>
>
> On Fri, Oct 19, 2012 at 08:47:09AM +0100, Nic