Re: Changing cursor color in a Linux framebuffer console

2012-07-26 Thread John Magolske
Hi Sean, * Sean Estabrooks [120726 12:15]: > Here's one example: > > terminal-overrides ",*:Cc=\\E]12;%p1%s\\007:Cr=\\E]112\\007:" > > and for vim the codes that tmux expects for setting cursor color, > > let &t_SI="\]12;red\007" > let &t_EI="\]112\007" I couldn't get this to work in the fram

RE: Changing cursor color in a Linux framebuffer console

2012-07-26 Thread Sean Estabrooks
Hi John, Here's one example: terminal-overrides ",*:Cc=\\E]12;%p1%s\\007:Cr=\\E]112\\007:" and for vim the codes that tmux expects for setting cursor color, let &t_SI="\]12;red\007" let &t_EI="\]112\007" Hope it helps, Sean > Date: Thu, 26 Jul 2012 10:14:50 -0700 > From: listm...@b79.net > T

Re: Changing cursor color in a Linux framebuffer console

2012-07-26 Thread John Magolske
* Nicholas Marriott [120712 23:31]: > 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. I'm looking at terminal-overrides, trying to figure out what Cc and Cr