Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com Message-ID: <3CE2D156.5080600@ece.gatech.edu> Date: Wed, 15 May 2002 17:21:26 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Rick Rankin CC: cygwin@cygwin.com Subject: Re: Circular symlinks in terminfo-5.2-2.tar.bz2 References: <20020515210242.94866.qmail@web10501.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Rick Rankin wrote: > > When I compiled the source *with* ncurses, less worked perfectly with > TERM=nxterm. Is there a reason that the Cygwin binary was compiled without > ncurses (e.g., minimize package dependencies)? That's probably the reason. If it doesn't use ncurses, then it probably uses termcap. So, you can extract the nxterm stuff from the terminfo database and convert it to termcap format using (I think) 'tic -c'. Then, just paste that termcap fragment to the end of your /etc/termcap file. --Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/