From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24957 invoked by alias); 16 Jul 2016 17:24:24 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 38863 Received: (qmail 21918 invoked from network); 16 Jul 2016 17:24:24 -0000 X-Qmail-Scanner-Diagnostics: from mail-vk0-f47.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.213.47):SA:0(1.3/5.0):. Processed in 0.189698 secs); 16 Jul 2016 17:24:24 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=DATE_IN_PAST_03_06, FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS,T_DKIM_INVALID autolearn=no autolearn_force=no version=3.4.1 X-Envelope-From: peetnick2@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.213.47 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Xxi2Kg9w+sdwj00QChoJ29d7yxIwQXtUkELz91CzCmw=; b=JoV+Ppd4Q4SbS3Mq/1NeMVBfxlIO1gEQ3/lxZe+9My2Cfv5YqGTNJc/e4jhPCIz6EJ s8chPqE72qgP+kxyzX3hTFt34prcMSh21qikLAxHO2P8kAShDv9wJdvxDFf5i816IOQC xtqLgp5vnCnYXTftXnKtPRe6z7WO+wHCEL8wWAVV6rB5zyqek1Jv+CtStWorzHf+xZhB +Ckmzjdep/bvbWL0WW0OJTgOAy0kDjQ8Q0wuopOyxoCXHh2Gp/+KpzVSZZuJkUSrO0sA IRDu3fDMGQmZp/14bihPKqOQWwNkq5/yvQwxy3CJQa/x2zwigbhjvBNzHcg6qxGs1FGY dy6g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Xxi2Kg9w+sdwj00QChoJ29d7yxIwQXtUkELz91CzCmw=; b=NYZrW31NMYGXRHjLwQveCj6GTga2T35iel2iAlvkaF1sBxFlpGyiCI6c3H+05bD2FQ g860DBIkUA/u0ho3gdpSkf0n4E1XpIfqVylvdAHOAAo6lLcp6z5nRa/PVx+ZdjpkFyt5 4spJgk9pz48MyIxQh0ZtJabZeCTpR011upVmEoaooMf04KNxe0pI/prU6ZDQba2pUigh FVeUC+P6H+JbBWKMGb9wDjewwoXJeLKTbiYbg/mqRFNHciiLY5CQtqORfE6dJsA5hIyK aCi5jPDgxqmOSvAn5qRFuLgZIjh8nxyaQMwxAdVXHiaQteJreMxd5muqnk+LcCnPjdow amCw== X-Gm-Message-State: ALyK8tI89mSdtZXN0XnWbB5QM/x01/5IUGlsRt5itFXYKwtYVw8fXR7o0phKle7AA1O7i5NMx8viX5z2QMONMg== X-Received: by 10.159.33.248 with SMTP id 111mr11167639uac.99.1468675871685; Sat, 16 Jul 2016 06:31:11 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <160715204926.ZM1090@torch.brasslantern.com> References: <160715120957.ZM32565@torch.brasslantern.com> <160715204926.ZM1090@torch.brasslantern.com> From: Peet Nick Date: Sat, 16 Jul 2016 15:31:11 +0200 Message-ID: Subject: Re: [BUG/IMPROVEMENT] Buffer corruption while horizontally resizing terminal window To: Bart Schaefer Cc: zsh-workers@zsh.org Content-Type: multipart/alternative; boundary=001a1135a88c9f406b0537c0bf49 --001a1135a88c9f406b0537c0bf49 Content-Type: text/plain; charset=UTF-8 Sorry, let me explain again. I did the following to reproduce this behavior (On Arch Linux and Ubuntu 16.04): (1) Installed Zsh (Arch Linux: Git; Ubuntu: zsh 5.1.1) (2) Removed every local configuration file and checked if files (/etc/zsh/) are empty: /etc/zsh/{zshrc,zlogin,zlogout,zprofile,zshenv} ~/.zshrc (3) Open a terminal with zsh as shell & "cat /proc/cpuinfo" (3) Horizontally resize the terminal window to the minimum and slowly resize it back to the normal size (4) Repeat (3) until you see that the content of the cpuinfo get deleted or overwritten by some text On Sat, Jul 16, 2016 at 5:49 AM, Bart Schaefer wrote: > On Jul 16, 1:41am, Peet Nick wrote: > } > } But even with the stock settings (removed all configuration files) the > } 'problem' is still there. > > I'm not sure what you tell you; you tangentially indicated that you are > on archlinux, and I see from some poking around that the zsh package > for that distribution includes an /etc/zsh/zprofile -- perhaps something > from there is influencing? > > You also haven't said whether you're making the window larger or smaller > (or wider but shorter, etc.) when this happens. > > --001a1135a88c9f406b0537c0bf49--