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]
Other format: [Raw text]

Re[3]: line drawing chars in Midnight Commander


Pavel,

It still does not work - here is what I have now in my CYGWIN.BAT file:

set TERM=rxvt-cygwin-native
set CYGWIN=binmode ntsec tty codepage:oem
rxvt -sr -sl 9999 -fn "Lucida ConsoleP-14" -tn rxvt-cygwin-native -bg black -fg grey -e bash --login

Here is a directory listeing my font file:

Directory of C:\WINDOWS\Fonts
02/07/2000 01:27 AM 116,336 luconP.ttf

When I double click on the font file, I get the following information:

OpenType Font, Digitally Signed, TrueType Outlines
Typeface name: Lucida ConsoleP
File size: 114 KB
Version: Version 1.60
Copyright © 1993 Bigelow & Holmes Inc. All rights reserved.

Do you have any other suggestions on what I could try?

rotaiv


At 7/10/2002 12:11 PM, Pavel Tsekov wrote:

Hello rotaiv,

Wednesday, July 10, 2002, 6:03:41 PM, you wrote:

r> I downloaded the Lucinda font and set the variables as suggested but rxvt
r> is still displaying the incorrect line draw characters with mc on my XP Pro
r> machine. Here is my cygwin.bat file:

r> set term=rxvt-cygwin-native
r> set cygwin=binmode ntsec tty codepage:oem

Use CYGWIN and TERM instead. Btw rxvt does not read the TERM variable
- at least it seem so.

r> rxvt -sr -sl 9999 -fn "Lucida ConsoleP-14" -bg black -fg grey -e bash --login

Add '-tn rxvt-cygwin-native' option to the rxvt command line.


--
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/


--
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]