t; there were bugs with event_reinit() in early 1.4, they were fixed by
> 1.4.14
>
>
> On Mon, Sep 20, 2010 at 12:56:19PM -0700, Drew Folta wrote:
>> I had a similar problem with libevent-1.4.3. The event_reinit() call
>> was failing. I was able to fix it by hacking up the tmu
I had a similar problem with libevent-1.4.3. The event_reinit() call
was failing. I was able to fix it by hacking up the tmux code to call
event_init() -after- the fork. (Had to move where set_signals() was
called too.)
Drew
On Mon, Sep 20, 2010 at 12:46 PM, Kris Malfettone wrote:
> tmux-1.3
*major caveat*: I just started building tmux from the source. Trying
to answer this question was my first dive into the source.
From looking at the source (grep "set_title"), it looks like the title
is automatically updated [server_client_set_title()] if you have the
"set-titles" option on. Ala