From owner-freebsd-questions@FreeBSD.ORG Fri Apr 17 14:55:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED9D310656BB for ; Fri, 17 Apr 2009 14:55:17 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id 834878FC08 for ; Fri, 17 Apr 2009 14:55:17 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by ewy19 with SMTP id 19so922850ewy.43 for ; Fri, 17 Apr 2009 07:55:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=pK2AZWOJVSiQjb7H4Qj8VxrfhBkVq5cV4ZzoAuVK5sk=; b=uCCU5lur0XpEYR7TkdmF+cY/FipcFwj2uXzZccKXBap98eI8bWxzFFx1l5WzOAihbl PCElTwOeFt3BpHGUmnGY3Xn8W7Okoj3L63GeMtQ6jen8FwOoA0zCPb3YZMiAUTH5JQ7c XKchzJDatBpogOLIYJuP+0WX6C5zM/ZeK2uNM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=PcVMRlGObPUzuRy2kGXHnKdjH05tDEMBDPnZxP8KISE+IP3l4aonxymHv569va89an gLSuYWr5uhy2wDqcTkh/pcwJwhp9NZ6Y63okpOsBN4Glb36x5RvUSbyvK118bIEvOSQ0 Qw3/9SOTLkq4B+fOj0IlQOdNIuDUh0/st1j2Q= MIME-Version: 1.0 Received: by 10.210.53.5 with SMTP id b5mr726986eba.59.1239980116410; Fri, 17 Apr 2009 07:55:16 -0700 (PDT) Date: Fri, 17 Apr 2009 16:55:16 +0200 Message-ID: <1bd550a00904170755r365f0e09h5f3398aac09158c3@mail.gmail.com> From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Console mode scrolling X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Apr 2009 14:55:19 -0000 Hi, Is there a way to scroll the screen in console mode? Something like I do in Linux with Ctrl + Page Up? I find it specially useful, but I don't know how to do it in FreeBSD. I'm using FreeBSD 7.1-RELEASE-p4 #12 Thanks in advance.