X-Spam-Check-By: sourceware.org Message-ID: <43FC933B.B2011FDD@dessent.net> Date: Wed, 22 Feb 2006 08:37:15 -0800 From: Brian Dessent MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: length of the sidebar in rxvt References: <20060222120522 DOT GA4364 AT calimero DOT vinschen DOT de> <43FC903B DOT 3020309 AT rhul DOT ac DOT uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com 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 Fabrizio Salvatore wrote: > I'm using rxvt.exe to define my xterminal session: > > D:\cygwin\bin\rxvt.exe -ls -si -sk -sb -fg black -bg Wheat -fn 7x14 -g > 120x24 -T "mymachine.domain" -e ssh -X -Y -l mylogin > > Is it possible to increase the length of the sidebar (i.e. have the > possibility to scroll more lines) for the resulting window ? Please don't reply to a random message to ask an unrelated question. Even if you change the subject line the 'References' and/or 'In-Reply-To' email headers will cause your message to be a part of the unrelated thread in threaded email clients and web archives, as you can see here: You can set the number of scrollback lines with the -sl argument or the saveLines resource. I recommend using resources so that you don't have to supply a million command line arguments to rxvt on each invocation. Just stick them in ~/.Xdefaults instead. rxvt has about a million options you can tweak, and they are all documented in the man page. Brian -- 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/