X-Spam-Check-By: sourceware.org Message-ID: <448C7F1A.4020103@rvmgroup.it> Date: Sun, 11 Jun 2006 22:37:46 +0200 From: "gabriele DOT mailing AT rvmgroup DOT it" User-Agent: Mozilla Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: rxvt usage issues under windows xp References: <448C2142 DOT 8080905 AT rvmgroup DOT it> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Igor, thank you for your reply. Igor Peshansky wrote >> export CYGWIN="codepage:oem tty binmode title" >> > set CYGWIN in the global system environment instead. > Ok, I've set it in the main windows environment. Now from CDM.EXE prompt, CYGWIN is already set. >> export TERM="rxvt-cygwin-native" >> > And this is another problem -- this will bite you when you try using ssh. > ...I suggest adding > "-tn rxvt-cygwin-native" > to your rxvt command line instead of the above .bashrc line. > Ok, done this. Never had problems, because I haven't do any ssh to my machine since I've switched to rxvt. > Because you've misread the manpage. "+sk" turns OFF "scroll-on-keypress". > You want "-sk" instead. This is not Cygwin-specific. > That's my fault !!! Now it's working perfectly :D > It's a Windows codepage issue. rxvt uses the system-default codepage. > You'll probably need a customized font with the right characters in the > right places... > Oh yeah, I've red /usr/share/doc/Cygwin/rxvt-20050409.README and found mention about the font "Lucida ConsoleP". I've downloaded from http://home.online.no/~aageli/luconP.ttf, installed in Windows, and run a shortcut with: C:\cygwin\bin\rxvt.exe -bg black -fg white -si -sk -sw -sr -sl 65535 -tn rxvt-cygwin-native -fn "Lucida ConsoleP-22" -ls -e /usr/bin/bash --login -rcfile ~/.profile Now mc is correctly displayed, but pstree -p is not drawen correctly (nor it was before....) !!! -- Diesis -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/