This is the mail archive of the cygwin-xfree mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Bad XTerm Vim coloring


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]