X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.8 required=5.0 tests=AWL,BAYES_20,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,TW_RX,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 7 Jul 2010 23:47:52 +0100 Message-ID: Subject: Re: configure rxvt on cygwin 1.7.5 From: Andy Koppe To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On 6 July 2010 22:22, philippe wrote: > - =C2=A0/cygwin.bat to replace basic console by rxvt with the line > > rxvt -fn "-*-Courier-medium-r-*-18-*-*-*-*-iso8859-1" -geometry 80x30 > -sr -bg "#ffffd5" -fg "black" -sl 2000 -termName xterm -e /usr/bin/bash > --login -i Setting termName to "xterm" in rxvt is a bad idea, because the two terminals diverge in various ways, for example regarding keycodes for modifier key combinations. Better stick with TERM=3Drxvt. > - and 've added =C2=A0/etc/bashrc with my promt definition : > > PS1=3D'\e[0m\][\e[32m\]\u\e[0m\]@\e[31m\]\h\e[0m\]\e[0m\]]\e[34m\]\w\e[0m= \]>\n$ > ' > > this last definition seems to be ignored anyway ... Have a look at http://www.gnu.org/software/bash/manual/bashref.html#Bash-St= artup-Files to see which files are being sourced when bash is invoked with --login. Andy -- 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