Bad XTerm Vim coloring

Matt Wozniski godlygeek@gmail.com
Tue Nov 25 18:39:00 GMT 2008


On Mon, Nov 24, 2008 at 8:59 PM, Thomas Dickey wrote:
> On Mon, 24 Nov 2008, Thomas Dickey wrote:
>
>> I'd expect that vim is asking xterm for the strings that correspond to
>> different function-keys.  In ctlseqs.txt this text covers the response:
>
> ...reading vim's source code (7.1 at hand...), there doesn't seem to be an
> obvious way to turn off the feature (the "+termresponse").

There's no obvious way to turn it off, but it can be turned off...

vim --cmd 'set t_RV='

for a single vim session, or

echo 'set t_RV=' >>~/.vimrc

for all vim sessions.  Not sure why it would be breaking, though...
and I don't presently have a cygwin installation to test this
myself...

~Matt

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



More information about the Cygwin-xfree mailing list