FWIW tmux won't stop working with 1.4.14b until OpenBSD switches to
libevent2 which won't be until I get a lot more free time ;-).
On Sun, Oct 23, 2011 at 05:23:37PM +0100, Nicholas Marriott wrote:
> tmux uses neither of those functions, are you sure you are using the
> right libevent headers for
tmux uses neither of those functions, are you sure you are using the
right libevent headers for the .so? Or that you didn't change libevent
versions without doing make clean?
On Sun, Oct 23, 2011 at 05:17:17PM +0100, Thomas Adam wrote:
> Hello,
>
> Due to recent changes in tmux trunk, it's now n
Hello,
Due to recent changes in tmux trunk, it's now no longer possible to
compile tmux against libevent 1.4.2 -- is this intentional?
The following functions are only found in libevent-2.0 and higher:
evbuffer_get_length
evbuffer_pullup
Which is what ld is complaining about in various places.
Fixed. Thanks!
On Sat, Oct 22, 2011 at 02:26:02PM +0200, Bastien Dejean wrote:
> Hi,
>
> The vim syntax file shipped with the current version of tmux doesn't
> highlight properly key sequences like 'M-C-BTab'.
>
> Hence, instead of:
>
> syn match tmuxKey /\(C-\|M-\|\^\)\p/ disp
After talking to someone on IRC this bug is because LC_ALL and/or
LC_CTYPE are set to empty (''). They need to be either set to a UTF-8
locale or unset completely.
On Sun, Oct 23, 2011 at 01:54:13AM +0100, Nicholas Marriott wrote:
> Did he start tmux from a terminal without UTF-8 locale configu
tty1 doesn't support UTF-8 (or you didn't tell tmux it does), so tmux
doesn't try to show UTF-8 characters.
On Sun, Oct 23, 2011 at 09:27:25AM +0300, Onoie Andrei wrote:
> Hi there.
>
> Yesterday something weird happened.
>
> X crashed but I still had my terminals in a tmux session, so I attach