* Thomas Adam [2014-02-20 21:50]:
> As usual, the tarball and associated changes can be found here:
>
> https://sourceforge.net/projects/tmux/files/tmux/tmux-1.9/
The tarball contains object files under compat/.
--
Guido Be
Hello,
tmux 1.3 fails to compile on Solaris/Solaris Express/OpenIndiana
because screen.c uses the MAXHOSTNAMELEN macro but does not
include netdb.h where it is defined. I've attached a patch for
convenience.
--
Guido Berhoerster
diff -ur tmux-1.3.orig/screen.c tmux-1.3/screen.c
--- tmu