X-Spam-Check-By: sourceware.org From: "Dave Korn" To: Subject: RE: Clearing the COMPLETE screen. Date: Fri, 24 Feb 2006 12:23:06 -0000 Message-ID: <004e01c6393d$10b51910$a501a8c0@CAM.ARTIMI.COM> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <10845a340602240411m630b1b90t@mail.gmail.com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk 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 24 February 2006 12:11, Richard Quadling wrote: > Hi. > > I'm using Cygwin and have the clear package installed (1.0-2 according > the cygcheck.out file). > > When I run clear, my screen clears! Keep reading!!!! > > I run Cygwin in a window on Windows XP. The window is BIG (I like big > windows). There is also a nice long scrollbar on the side so I can > scroll up and down for a LOT of output. > > The trouble is, clear only clears what I would call the visible part > of the window. > > Is there a way to clear the entire window? That is including the bits > which you can see when you scroll up again? How bizarre. For me, clear does blank the whole lot but it doesn't return the cursor to the 'top-of-screen'; after running clear, I can still scroll up, but all I see is blank stuff. That's in a bash shell in a DOS box with CYGWIN=notty BTW. I generally use a line like this: alias cls='cmd -c cls' in my .bashrc to provide a handy clear-everything command. cheers, DaveK -- Can't think of a witty .sigline today.... -- 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/