Nice nicholas, it finally worked.
Now i've found the issue with tmux 1.8: the command on the next line after
if-shell isn't executed. On git master it works.
regards,
brĂ¡ulio
2014-01-31 Nicholas Marriott :
> Try:
>
> if-shell "test -n \"$SSH_CLIENT\"" ...
>
> test -n is always true, you want i
> This breaks quotes, for example try:
>
> neww -n "a;neww"
I knew the patch caused this behavior.
> I know the existing code allows things like 'neww -n "a;" neww'
And that's why I didn't think it was a problem. I figured it was
established behavior that semicolons weren't safe in quotes.
I have to set it to fbterm to get fbterm to have 256 colors.
Lawrence
About Me: http://about.me/lawrencesiebert
Constantly Coding: http://constantcoding.blogspot.com
On Fri, Jan 31, 2014 at 3:28 AM, Nicholas Marriott <
nicholas.marri...@gmail.com> wrote:
> Hi
>
> What is TERM set to outside tm