Re: termcap-query feature

2006-02-01 Thread Michael Schroeder
On Wed, Feb 01, 2006 at 03:45:37PM -0500, Dave Waxman wrote: > Your problem interested me so I ran a quick google search and found this > site, http://frexx.de/xterm-256-notes/ which had the following: > > "By default, screen is not aware that it is running in a 256 color > capable xterm. To make

Re: termcap-query feature

2006-02-01 Thread Dave Waxman
On Feb 01 06:49, Joel Leyh wrote: > Greetings. I use VIM in 88 color mode with xterm, and usually, it > works fine. I compile both with the termcap-query feature enabled. > When I use screen, VIM no longer displays with 88 colors, so I'm > assuming it's not able to communicate with xterm. Is there

Re: termcap-query feature

2006-02-01 Thread Michael Schroeder
On Wed, Feb 01, 2006 at 06:49:29AM -0600, Joel Leyh wrote: > Greetings. I use VIM in 88 color mode with xterm, and usually, it > works fine. I compile both with the termcap-query feature enabled. > When I use screen, VIM no longer displays with 88 colors, so I'm > assuming it's not able to communic

termcap-query feature

2006-02-01 Thread Joel Leyh
Greetings. I use VIM in 88 color mode with xterm, and usually, it works fine. I compile both with the termcap-query feature enabled. When I use screen, VIM no longer displays with 88 colors, so I'm assuming it's not able to communicate with xterm. Is there a way to make this work with screen? Thank