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: <3C3D6F6D.1060506@maxi-tip.cz> Date: Thu, 10 Jan 2002 11:39:42 +0100 From: Igor Bujna Organization: =?ISO-8859-1?Q?S=E1zkov=E1=20kancel=E1r=28?= Maxi-tip a.s. User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.7) Gecko/20011221 X-Accept-Language: cs, en-us MIME-Version: 1.0 To: Charles Wilson , cygwin 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> <3C3C82D2 DOT 1000905 AT ece DOT gatech DOT edu> Content-Type: multipart/related; boundary="------------000103050603000806070304" X-Virus-Scanned: by AMaViS perl-11 --------------000103050603000806070304 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Charles Wilson wrote: > 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. OK.now its running.Thanks very much. This is the script clock.bat: @echo off start rxvt -fn "Lucida ConsoleP-20" -tn rxvt-cygwin-native -geometry 110x40 -fg lightblue -bg midnightblue -vb -sr +sb -title -e ./gdc.exe Can i see the blink cursor??? I have program when i must change color of cursor.Can i do this.On rxvt i see cursor in light blue color. Bye > > 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/ > -- --------------000103050603000806070304--