So I was lucky enough to find that the following in my .vimrc enabled a
block cursor when launching vim under a cygwin terminal:
        let &t_ti.="\e[1 q"
        let &t_SI.="\e[5 q"
        let &t_EI.="\e[1 q"
        let &t_te.="\e[0 q"

But when I launch vim under screen under a terminal, the block cursor
disappears.

I can tell that in vim the &term variable changes from 'xterm' to
'screen' when in the respective environments, but my settings above
aren't in any control structures (if) involving xterm.

Any advice on getting the block cursor to work under screen as well?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Reply via email to