From owner-freebsd-questions@FreeBSD.ORG Mon Mar 14 07:21:29 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4541616A4CE for ; Mon, 14 Mar 2005 07:21:29 +0000 (GMT) Received: from vms042pub.verizon.net (vms042pub.verizon.net [206.46.252.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2491C43D41 for ; Mon, 14 Mar 2005 07:21:29 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from ringworm.mechee.com ([4.27.46.32])0.04 <0IDB002IHZ3ODH50@vms042.mailsrvcs.net> for freebsd-questions@freebsd.org; Mon, 14 Mar 2005 01:21:24 -0600 (CST) Received: by ringworm.mechee.com (Postfix, from userid 1001) id 946602CE75B; Sun, 13 Mar 2005 23:21:23 -0800 (PST) Date: Sun, 13 Mar 2005 23:21:22 -0800 From: "Michael C. Shultz" In-reply-to: <1110783859.8450.125.camel@localhost.localdomain> To: freebsd-questions@freebsd.org Message-id: <200503132321.23015.ringworm01@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 7bit Content-disposition: inline References: <1110783859.8450.125.camel@localhost.localdomain> User-Agent: KMail/1.7.2 Subject: Re: Page-up in tcsh? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 07:21:29 -0000 On Sunday 13 March 2005 11:04 pm, Bnonn wrote: > This is probably a really stupid question, but I can't find anything > in the manpages. Surely there's a way to page-up in tcsh? The Page Up > and Page Down keys do noooothing. tcsh is a command line interpreter, ie it only does one line at a time. Just what are you trying to page up into? Maybe all you need to do is press the scroll lock key? -Mike