X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_RX,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Thu, 14 Jul 2011 10:14:21 +0200 Message-ID: Subject: Re: problem with displaying graphical chars in mc under rxvt (CYGWIN=codepage:oem didnt fix it) From: Micho Vesiak To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com My winning setings for these problems are finally here after several tries. MC has now correct line drawing borders, backspace and arrows work in bash shell, also mc works much faster in rxvt than in default cygwin shell (which seems to run in windows cmd?). The TERM and DISPLAY environment variables fiex several issues too. My cygwin startup script in C:\cygwin\Cygwin.bat : @echo off C: chdir C:\cygwin\bin set TERM=rxvt-cygwin set DISPLAY=:0 C:\cygwin\bin\rxvt.exe -fn "Terminal-18" -tn rxvt-cygwin -geometry 120x50 -sr -sl 1000 -e /bin/bash --login -i Note that font size 10 is also readable but much smaller. Other sizes have really ridiculous proportions. Regards. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple