From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12703 invoked by alias); 7 Nov 2015 21:16:48 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 20932 Received: (qmail 10883 invoked from network); 7 Nov 2015 21:16:47 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=Ej9CUsGtRzwz+Do3nF8I8vBatgzAAAgoHKQIu44ZSxY=; b=gyrEQuJom3dPesA8MpITin7m/DP49lQorxabDML25koEKIe+FNc8ripttDXaD6plUU BS9Ni3v9jMLrBttzf3l5ZSGVb1GGfueleUo0WQgtYGZxKmTNaaOEBKqz7AHsejRSW23R pLypkkcXXCgo8xlgWz3nE3SgUVsONg21nyi1YYnGjK7Rq/VHvqOGMSamVXvNIxwLSia9 Bc1W2GaXF0dNwUUcJNiZjU9hbMbIynVicXW+LRGbFCZH4xlXrrLtSmKG/nEO2PO97M1y 6nv4SCmoBu+MCy/p2jiUJTcjzRzanRZZyl5BIzi/KWCqq8T6gQCpuHn9k9BJuCVU4Kfw et6w== X-Received: by 10.28.175.208 with SMTP id y199mr18256526wme.24.1446931005572; Sat, 07 Nov 2015 13:16:45 -0800 (PST) Date: Sat, 7 Nov 2015 21:16:44 +0000 From: Stephane Chazelas To: Bart Schaefer Cc: zsh-users@zsh.org Subject: Re: Not really a zsh thing, just a curiosity Message-ID: <20151107211644.GA16917@chaz.gmail.com> Mail-Followup-To: Bart Schaefer , zsh-users@zsh.org References: <151107113848.ZM24275__4548.15182970396$1446925203$gmane$org@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <151107113848.ZM24275__4548.15182970396$1446925203$gmane$org@torch.brasslantern.com> User-Agent: Mutt/1.5.21 (2010-09-15) 2015-11-07 11:38:48 -0800, Bart Schaefer: > I've somehow gotten one of my gnome-terminal windows into a state where > in one tab the mouse wheel scrolls back through the window buffer and in > the other tab the mouse wheel scrolls through the zsh history at the > command line. I have no idea how this happened, and I've never seen the > latter before. You've entered the alternate screen ($terminfo[smcup]). In there, there's not scroll buffer, so gnome-terminal choses the map the scroll wheel events to the same sequences as the arrow keys. -- Stephane