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: <3C3C6AFB.3050805@ece.gatech.edu> Date: Wed, 09 Jan 2002 11:08:27 -0500 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; 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> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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 Igor Bujna wrote: > avel Tsekov wrote: > >> >> >> Igor Bujna wrote: >> >>> Gerrit P. Haase wrote: >>> >>>> Kent, >>>> >>>> 2002-01-08 18:12:54, du schriebst: >>>> >>>>>> To get it work for me, I had to include the path to bash >>>>>> rxvt -e /bin/bash --login -i >>>>>> >>>> >>>>>> probably because I don't have the cygwin paths in my windows PATH. >>>>>> Once bash starts with --login it reads the /etc/profile and >>>>>> everything is ok. >>>>>> >>>> >>>>> ding ding ding ding! We have a winner. This works. >>>>> >>>> >>>> Come on, that isn't fair;) >>>> I posted MY shortcut target at the beginning of this thread: >>>> http://cygwin.com/ml/cygwin/2002-01/msg00370.html >>>> >>>> >>>> Gerrit >>>> >>> Hi, >>> its very good. Bad i have some program with ncurses. On the screen i >>> see 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. >> >> >> >> >> >> If you set the global CYGWIN environment variable to codepage:ansi the >> problem >> should disappear - or am I wrong ? > > > > It's not work. > For normal bash i must have codepage:oem .But under rxvt it's not working. > > -- 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/