X-Spam-Check-By: sourceware.org X-IronPort-AV: E=Sophos;i="4.16,508,1175486400"; d="scan'208";a="423081" Subject: Re: cygwin terminal question From: Reid Thompson Reply-To: Reid DOT Thompson AT ateb DOT com To: Jan Moesen Cc: cygwin AT cygwin DOT com In-Reply-To: <468DE7C3.5000003@moesen.nu> References: <11459565 DOT post AT talk DOT nabble DOT com> <468DE7C3 DOT 5000003 AT moesen DOT nu> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 06 Jul 2007 08:14:45 -0400 Message-Id: <1183724085.9160.5.camel@jhereg> Mime-Version: 1.0 X-Mailer: Evolution 2.11.4 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 Fri, 2007-07-06 at 08:57 +0200, Jan Moesen wrote: > > e.g. I can only see the last 200 lines in my terminal. > If you are talking about the default console window (e.g. bash), you can > change its properties in the window's system menu. Click on the icon in > the title bar, choose Properties, go to the Layout tab and change the > screen buffer size. > > Hope that helps, > > Jan! > > -- > 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/ If you're talking about rxvt or xterm, etc, then pass the appropriate command line parameter when invoking, or set it in .Xdefaults.. rxvt -sl 2500 => scroll length 2500 or add to .Xdefaults => Rxvt.saveLines: 2500 xterm -sl 2500 or .Xdefaults => Xterm.savelines: 2500 -- 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/