From owner-freebsd-questions@FreeBSD.ORG Sat Jan 31 12:29:55 2004 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 5BCDF16A4CF for ; Sat, 31 Jan 2004 12:29:55 -0800 (PST) Received: from postino-2.etat.lu (postino-2.etat.lu [194.154.205.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC65D43D2D for ; Sat, 31 Jan 2004 12:29:50 -0800 (PST) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from avirus-2.cie.etat.lu (dispatch-2.cie.etat.lu [148.110.137.7]) by postino-2.etat.lu (Postfix) with ESMTP id B7A9A1594B for ; Sat, 31 Jan 2004 21:29:49 +0100 (CET) Received: from avirus-2.cie.etat.lu (dispatch-2.cie.etat.lu [148.110.137.7]) by localhost (CIE ESMTP Dispatch 2) with ESMTP id AF1F39E for ; Sat, 31 Jan 2004 21:29:49 +0100 (CET) Received: from hermes-2 (hermes-2.cie.etat.lu [148.110.136.57]) 9E5D19B for ; Sat, 31 Jan 2004 21:29:49 +0100 (CET) Received: from conversion-daemon.mail.etat.lu by mail.etat.lu (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) id <0HSD00301EWUIC@mail.etat.lu> for freebsd-questions@freebsd.org; Sat, 31 Jan 2004 21:29:49 +0100 (MET) Received: from etat.lu (mail.etat.lu [148.110.136.60])18 2003)) freebsd-questions@freebsd.org; Sat, 31 Jan 2004 21:29:49 +0100 (MET) Received: from [192.168.1.74] by mail.etat.lu (mshttpd); Sat, 31 Jan 2004 21:29:49 +0100 Date: Sat, 31 Jan 2004 21:29:49 +0100 From: Didier Wiroth To: freebsd-questions@freebsd.org Message-id: <6d59c6ef.c6ef6d59@etat.lu> MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.14 (built Mar 18 2003) Content-type: text/plain; charset=us-ascii Content-language: fr Content-transfer-encoding: 7BIT Content-disposition: inline X-Accept-Language: fr Priority: normal Subject: "scroll lock" vs "shift page up" keys usage 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: Sat, 31 Jan 2004 20:29:55 -0000 Hi, (fbsd novice using bash2) I switched from csh to bash2 today. I was wondering if it is possible under bash2 to scroll the screens in the ttyv0-6 consoles with "shift page up" and "shift page down". In csh I've always used "Scroll lock" but I thought under bash it is possible. When under X with xterm you can browse the screens with "shift page up" and "shift page down". In some linux distros that uses bash "shift page down and up" are a normal feature. Is this a shell feature, you have to activate in your bash_profile/bashrc file or is this a freebsd syscons driver limitation? many thanks