-
Okay, I created a new patch that adds a bunch of flags around event structs How is it?.
2012-03-16 23:32:26 PDT in tmux
-
I found this during investigating the issue addressed in https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard/blob/master/NOTES
As it goes:
> When I patched recent tmux HEAD (via git://github.com/ThomasAdam/tmux.git master), the resulting
> under-tmux shells could access the pasteboard (e.g. pbpaste).
> However, it resulted in many warning messages from libevent.
>
> [warn]...
2012-03-16 02:26:57 PDT in tmux
-
Starting with libevent 2.0 the reference from struct event to event_base is explicitly validated on every operation involving it. By this change, libevent actually complains about it not being assigned on every keystroke due to improperly initialized key_timer, while the warnings from libevent don't show up because the server doesn't have a tty.
2012-03-16 00:06:32 PDT in tmux