X-Spam-Check-By: sourceware.org Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: Clearing the COMPLETE screen. Date: Fri, 24 Feb 2006 10:04:36 -0500 Message-ID: <4C89134832705D4D85A6CD2EBF38AE0F14680F@PAUMAILU03.ags.agere.com> From: "Williams, Gerald S \(Jerry\)" To: 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k1OF52Xv021053 Dave Korn wrote: > I generally use a line like this: > alias cls='cmd -c cls' For me, that has to read 'cmd /c cls' or it doesn't work. :-P This was mildly annoying me for a while as well. I finally broke down and took a look into it. It looks like the ESC c (reset terminal) control works under both RXVT and standard "Command" windows. It resets the scrollbar in addition to clearing the screen. So I just changed my "clear screen" alias to: alias cs='echo -n "\ec"' YMMV, of course. gsw -- 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/