Re: Change tmux prefix key depending on environment variable

2014-02-01 Thread BrĂ¡ulio Bhavamitra
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

Re: patch so command sequences don't need a space after semicolon

2014-02-01 Thread J Raynor
> 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.

Re: 256 colors in tty console?

2014-02-01 Thread Lawrence Jacob Siebert
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