hmm is this something happening regularly with different servers or you
have one server here you are looking at?
On Wed, Sep 21, 2011 at 01:11:46PM +0200, marcel partap wrote:
> >This is weird
> indeed ^^
> >Can you send "tmux info" output?
> Yes we can C:
> tmux 1.6, pid 8196, started Sat Sep
You need to set LDFLAGS to -L/usr/local/lib if that's where libevent is
since /usr/local/lib is not a standard library search path.
On Thu, Sep 22, 2011 at 04:33:37PM -0400, Alexis Layton wrote:
> I'm trying to build tmux-1.5 using libevent-2.0.13-stable and get the
> following make errors:
>
>
I'm trying to build tmux-1.5 using libevent-2.0.13-stable and get the
following make errors:
gcc -D_GNU_SOURCE -std=c99 -o tmux arguments.o attributes.o cfg.o
client.o clock.o cmd-attach-session.o cmd-bind-key.o cmd-break-pane.o
cmd-capture-pane.o cmd-choose-buffer.o cmd-choose-client.o
cmd-
You'd need to write a wrapper script that does something like (not
tested):
if pgrep -x tmux >/dev/null; then
tmux neww "$@"
exit
fi
"$@"
On Thu, Sep 22, 2011 at 06:52:37PM -0700, Larry Gagnon wrote:
> As a new user of tmux I am really enjoying it. I use it under Linux in
> a urx