From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4585 invoked from network); 22 Mar 2004 16:54:08 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 22 Mar 2004 16:54:08 -0000 Received: (qmail 4617 invoked by alias); 22 Mar 2004 16:53:51 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7231 Received: (qmail 4583 invoked from network); 22 Mar 2004 16:53:51 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 22 Mar 2004 16:53:50 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [130.225.247.86] by sunsite.dk (MessageWall 1.0.8) with SMTP; 22 Mar 2004 16:53:49 -0000 Received: (qmail 21591 invoked from network); 22 Mar 2004 16:53:49 -0000 Received: from s2p4-231.world-net.net (HELO oak.home.teratorn.org) (207.71.22.231) by a.mx.sunsite.dk with SMTP; 22 Mar 2004 16:53:45 -0000 Received: from elm.home.teratorn.org (unknown [10.0.0.11]) by oak.home.teratorn.org (Postfix) with ESMTP id 90E7A3F1; Mon, 22 Mar 2004 11:25:39 -0600 (CST) To: =?iso-8859-1?Q?David_G=F3mez?= , Zsh-users Subject: Re: bindkey and widgets References: <20040321143156.GA31236@fargo> <20040321181830.GE302@DervishD> <20040321215105.GA32709@fargo> <20040322145235.GD495@DervishD> <20040322160249.GA3481@fargo> Message-ID: From: Eric Mangold Content-Type: text/plain; format=flowed; charset=iso-8859-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Mon, 22 Mar 2004 10:53:02 -0700 In-Reply-To: <20040322160249.GA3481@fargo> User-Agent: Opera7.23/Linux M2 build 518 X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=0.0 required=6.0 tests=none autolearn=no version=2.63 X-Spam-Hits: 0.0 On Mon, 22 Mar 2004 17:02:49 +0100, David Gómez wrote: > Hi Raúl ;), > >> In the case of C-PgUp, I prefer shift-PgUp for the scrollback >> facility, but many systems have Ctrl mapped, instead. > > Indeed i use it that way, shift+pag keys for scrollback and control+pag > keys for zsh history functions. This mail is making a new question > arose in my head... ;). It's not related to Zsh, so sorry for the noise > ;). > How can the size of the scrollback buffer be incremented? I guess it is > in the kernel console driver, but where? I looked for it some time ago > and didn't find it... I don't know about setting it at a kernel console, but setting a larger scrollback for something like xterm is easy. -Eric