On (00:08 29/12/08), Ben Schmidt <[email protected]> put forth the proposition: > >Dave Wood wrote: >> I have been using an escape code in my ~/.bashrc to make the cursor into a >> block, which is much easier to see when searching through man pages etc. > >I presume you're on a Unix-like system. If you're on Windows, perhaps >'guicursor' is relevant. But, assuming you're not...
Linux. > >What's the escape code? echo -ne "\033[?06;14;224c" >You need to put it into the t_SI and/or t_EI options much like shown at > > :help termcap-cursor-shape > >i.e. with something like > > let &t_SI = "\<Esc>]12;purple\x7" > let &t_EI = "\<Esc>]12;blue\x7" I will expermiment with these, thanks. >but obviously with more shape than colour-related escapes. > >Cheers, > >Ben. > > > > > -- Help stamp out and abolish redundancy. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
