Paul B. Mahol wrote:
> Tony Mechelynck wrote: > > On 21/02/09 06:30, Bram Moolenaar wrote: > > > > > > Ben Fritz wrote: > > > > > >> Saw this interesting post to a tip on the wiki: > > >> > > >> http://vim.wikia.com/index.php?title=Fix_broken_arrow_key_navigation_in_insert_mode&diff=22116&oldid=prev > > >> > > >> Apparently this xterm bug report: > > >> > > >> http://bugs.gentoo.org/212546 > > >> > > >> has been blamed on Vim, but for whatever reason the poster does not > > >> expect useful help from this list. > > >> > > >> Just making sure people were aware of it here. > > > > > > I'm missing the part where it says what exactly it is that Vim would be > > > doing wrong. I don't see the problem anyway. > > > > > > > A comment to that bug report says the problem disappears when invoking > > "xterm -kt vt220". From what I can tell, the problem seems to be related > > with some gentoo-specific "bugfixes" (sic) to the xterm code and/or > > configuration. > > Wrong. Same heppens here on FreeBSD, xterm version X.Org 6.8.99.903 > (238) > Disabling tcap-query makes vim happy. > > I think it is vim bug because when starting vim intro message appears > and quickly dissapears. That's normal. It happens when the assumption Vim makes about the number of colors supported is corrected when the termcap-query results comes in. Vim needs to redraw the screen then. It also means you might get wrong colors when you disable termcap-query. In the situation that it doesn't work properly, what is the output of ":set termcap"? -- hundred-and-one symptoms of being an internet addict: 98. The Alta Vista administrators ask you what sites are missing in their index files. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
