Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3C3C82D2.1000905@ece.gatech.edu> Date: Wed, 09 Jan 2002 12:50:10 -0500 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Igor Bujna CC: cygwin AT cygwin DOT com Subject: Re: cygwin console References: <20020108113417 DOT A8402 AT infosat DOT net> <6374-Tue08Jan2002111758+0000-starksb AT ebi DOT ac DOT uk> <1126157253 DOT 20020108122424 AT familiehaase DOT de> <5519-Tue08Jan2002114553+0000-starksb AT ebi DOT ac DOT uk> <3C3B005B.D121F781 <3 <3C3C0D05 DOT 4070209 AT syntrex DOT com> <3C3C145A DOT 1080103 AT maxi-tip DOT cz> <3C3C1B8B DOT 8060701 AT maxi-tip DOT cz> <3C3C6AFB DOT 3050805 AT ece DOT gatech DOT edu> <3C3C7609 DOT 8000905 AT maxi-tip DOT cz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Please keep replies on the list. Igor Bujna wrote: > Charles Wilson wrote: > >> Try installing this font: Lucida ConsoleP from >> http://www.neuro.gatech.edu/users/cwilson/cygutils/unversioned/bashprompt/ >> >> >> It is Lucida Console, reencoded to put the linedraw chars where >> codepage:oem expects them. Then, start rxvt as: >> >> rxvt -fn "Lucida ConsoleP-14" ..... >> >> (also, you may need to set your TERM variable to 'rxvt-cygwin-native') >> >> --Chuck > > > I make somethings wrong. > I have Win98 Second editions.in autoexec.bat i have this 'SET > CYGWIN=codepage:oem'. I download the fonts Lucida ConsoleP end after i > this *.ttf put into c:\windows\fonts. > I have script clock.bat: > @echo off > rxvt -tn rxvt-cygwin-native -fg lightblue -bg midnightblue -cr red > -title -fn "Lucida ConsoleP-12" -e /bin/bash > And after i try to echo $TERM and i get rxvt-cywgin-native. > Then i run test program ./gdc.exe(this is test program from ncurses->a > clock.This clock is in box().I put this in attachments ) > I must see ACS_VLINE , but i see '33333'. > What im doing wrong. I don't know. Did you reboot? Until you reboot, the change you made in autoexec.bat won't have any effect. I just tried this myself, and it worked fine. ACS_VLINE and all. BTW, there was no need to send the binary -- gdc.exe is in /usr/bin/ncurses-test-dll/ --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/