This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: box() function in curses


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]