delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2005/10/19/11:28:38

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
MIME-Version: 1.0
Subject: RE: rxvt as Bash login console
Date: Wed, 19 Oct 2005 11:27:17 -0400
Message-ID: <C874DBE9D30B584587F8CD0EC34DA8BE033C1D@EX00.idirect.net>
From: "Harig, Mark" <maharig AT idirect DOT net>
To: "David Christensen" <dpchrist AT holgerdanske DOT com>, <cygwin AT cygwin DOT com>
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j9JFSajF025052

> 
> 
> I was able to reduce my rxvt.bat file to this:
> 
>     dpchrist AT p42800e:~$ cat rxvt.bat 
>     @echo off
>     rem $Id: rxvt.bat,v 1.1 2005/10/18 04:17:23 dpchrist Exp $
>     C:
>     chdir C:\cygwin\bin
>     rxvt -fn "Lucida Console-11" -e /bin/bash --login -i
> 

You should be able to eliminate the need for creating a batch
file if you create a Windows shortcut to 'rxvt'.  Once you have
created the shortcut, you can edit its properties and change
the Target field to use what you have above, that is:

     C:\cygwin\bin\rxvt -fn "Lucida Console-11" -e /bin/bash --login -i

Of course, this shortcut may then be "dragged" to your Windows
taskbar or desktop so that you can start rxvt with a mouse-click.

> 
> Here is my .Xdefaults:
> 
>     dpchrist AT p42800e:~$ cat .Xdefaults 
>     ! $Id: .Xdefaults,v 1.1 2005/10/18 04:17:23 dpchrist Exp $
>     XTerm*background: black
>     XTerm*foreground: gray
>     XTerm*colorBD: white
>     XTerm*colorUL: cyan
>     XTerm*saveLines: 10000
>     XTerm*scrollBar_right: True
>     XTerm*scrollTtyKeypress: True
>     XTerm*scrollTtyOutput: True
> 

Here are some fonts that I have been able to use in Windows:

~/.Xdefaults:
------------
   rxvt*font: -outline-Courier New-normal-r-normal-normal-18-96-120-120-c-100-iso8859-1

   rxvt*font: -outline-Courier New-normal-r-normal-normal-20-96-120-120-c-100-iso8859-1

   rxvt*font: -raster-Fixedsys-normal-r-normal-normal-18-108-120-120-c-100-iso8859-1

Of course, these fonts are mutually exclusive (that is, try each
one and decide which one you like).  These can be resized with
the Shift-Keypad +/- keys.

I have also found that under some circumstances, the backspace
key does not work properly.  The following setting fixed that
problem:

   rxvt*ttyModes: erase ^?

Finally, the default size and location can be set in ~/.Xdefaults:

   rxvt*geometry: 80x35+150+5

---

--
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/


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019