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 Message-ID: <280ACD22066CBF44A2607ACD0921567D04FB83@stck2.keltec.sigtech.com> From: Didier Juges To: "'cygwin AT cygwin DOT com'" Subject: box() function in curses Date: Tue, 18 Sep 2001 13:12:58 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id OAA00484 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? Thanks Didier -- 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/