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 From: "Hannu E K Nevalainen" To: "ML CygWIN" Subject: RE: Question - msdos prompt window Date: Sat, 11 Oct 2003 21:22:37 +0200 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0001_01C3903D.CB4530E0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal In-Reply-To: <000701c39020$45171640$1102a8c0@SpearsHouse> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Note-from-DJ: This may be spam ------=_NextPart_000_0001_01C3903D.CB4530E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit > From: garret.spears > Sent: Saturday, October 11, 2003 7:51 PM > I have been using the cygwin window whose properties say it is an MS-DOS > Prompt for my console usage. Under unix I would simply use an > xterm window > and set the xdefaults for window properties. You can do that using cygwin too, "rxvt" can run with AND without X. .Xdefaults applies in both cases. My cygwin.bat file contains this: -- @echo off C: chdir C:\cygwin\bin REM set CYGWIN="tty" ; not needed for rxvt set CYGWIN="notitle glob check_case:strict" set HOME=/home/Hannu set USER=Hannu bash -c 'rxvt -ls -e /usr/bin/bash --login -i &' -- I've also attached my ~/.defaults file, feel free to use and modify. > I feel that I am missing something and would like to get my console window > to have both vertical and horizontal sliders. Is there a solution to this > desire? Hmmm... don't know about that. /Hannu E K Nevalainen, B.Sc. EE - 59°16.37'N, 17°12.60'E -- UTC+01, DST -> UTC+02 -- --END OF MESSAGE-- ------=_NextPart_000_0001_01C3903D.CB4530E0 Content-Type: application/octet-stream; name=".Xdefaults" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=".Xdefaults" =0A= Rxvt.background: black=0A= Rxvt.foreground: grey=0A= Rxvt.visualBell: true=0A= =0A= Rxvt.keysym.7e37: ^A=0A= Rxvt.keysym.7e38: ^E=0A= =0A= Rxvt.meta8: true=0A= XTerm.saveLines: 6000=0A= XTerm.scrollBar_right: true=0A= XTerm.scrollColor: #c5c0a5=0A= =0A= XTerm.scrollTtyOutput: false=0A= XTerm.scrollTtyKeypress: true=0A= =0A= # Allow four columns of ls output=0A= # ...nicely positioned on 1024x768 pixels=0A= XTerm.geometry: 112x56+20+20=0A= XTerm.font: Lucida Console-12=0A= =0A= # Peculiar char spacing=0A= # XTerm.font: Verdana-13=0A= ------=_NextPart_000_0001_01C3903D.CB4530E0 Content-Type: text/plain; charset=us-ascii -- 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/ ------=_NextPart_000_0001_01C3903D.CB4530E0--