Re: Changing cursor color in a Linux framebuffer console

2012-07-12 Thread Nicholas Marriott
Same sequence in any terminal inside tmux, but you need to make sure Cc and Cr are correct in the OUTSIDE terminfo entry, "linux" for you. Can do this by adding to terminal-overrides. On Thu, Jul 12, 2012 at 01:24:22PM -0700, John Magolske wrote: > Hi, > > When using Vim I find it helpful to ha

Changing cursor color in a Linux framebuffer console

2012-07-12 Thread John Magolske
Hi, When using Vim I find it helpful to have the cursor change color depending on mode. Mostly I'm running Vim in Screen in a Linux framebuffer console, but sometimes in an Xterm. I'd like to get this working in tmux running in a framebuffer console. Here's what I have in my vimrc now: " tex

[PATCH 1/1] choose-tree: Remove unused variable.

2012-07-12 Thread Thomas Adam
Remove the "struct tty *" declaration; it's not used anymore. --- trunk/cmd-choose-tree.c |2 -- 1 file changed, 2 deletions(-) diff --git a/trunk/cmd-choose-tree.c b/trunk/cmd-choose-tree.c index 0a5cd86..b33bf34 100644 --- a/trunk/cmd-choose-tree.c +++ b/trunk/cmd-choose-tree.c @@ -76,7 +76

Re: create window failed: index in use: 2

2012-07-12 Thread Stefan Midjich
I was using Tmux 1.6 btw. I did some more experimenting and the session was named foo, and each server was named foo-server1, foo-server2. For some reason, if I change the name of the session to foo-ssh everything works and all windows are created without errors. I will try trunk when I get some

create window failed: index in use: 2

2012-07-12 Thread Stefan Midjich
I'm scripting the creation of tmux sessions and windows, I can't get beyond the first neww command because any windows created after that say they conflict with index 2. The real question is, how do I create new windows in an existing session from outside of tmux? Because this right here is not w