Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Tue, 18 Sep 2001 14:18:06 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: box() function in curses Message-ID: <20010918141806.A4426@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <280ACD22066CBF44A2607ACD0921567D04FB83 AT stck2 DOT keltec DOT sigtech DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <280ACD22066CBF44A2607ACD0921567D04FB83@stck2.keltec.sigtech.com> User-Agent: Mutt/1.3.21i On Tue, Sep 18, 2001 at 01:12:58PM -0500, Didier Juges wrote: >The box() function in curses creates an ugly looking box, where the extended >characters drawing the box (ACS_VLINE, ACS_HLINE) are replaced with >characters from the lower ASCII set (3 and ?). This code works fine under >VT100 terminal settings. > >I suppose this may be due to the TERM setting in cygwin, which is 'cygwin' >instead of VT100. > >Any idea how to fix that? The cygwin code in question is in fhandler_console.cc. Modifying this file would be how you fix that. See also: http://cygwin.com/contrib.html cgf -- 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/