Re: help On compiling on solaris 11

2012-08-21 Thread Andrew Reynhout
Try this on Solaris 11: CPPFLAGS="-D_XPG6" LDFLAGS="-D_XPG6" ./configure Remove "-I-" from am__append_7 in Makefile (or just comment the whole line, it's unnecessary) gmake On Wed, Aug 22, 2012 at 12:06:18AM -0400, blueBoy wrote: > Hi , > > How do i compile tmux on solaris 11 with gcc4 x86

Re: Simple patch to indicate prefix-status in status line

2012-08-14 Thread Andrew Reynhout
rver_status_client() directly? Also there's still the problem of testing for situations where the bit might be toggled, but ends up not being. Is this a concern worthy of the extra code it would require? > Do you think you could repropose a patch like this instead? Sure, I can give

Simple patch to indicate prefix-status in status line

2012-08-09 Thread Andrew Reynhout
might be twiddled in the CLIENT_PREFIX position. It would be better to wrap the flag set/clear in some code that checks for changes and only marks the status line for redrawing if needed. Posted in case anyone else finds it useful. Thanks for tmux! Andrew Reynhout