From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8798 invoked by alias); 17 Jul 2016 18:48:34 -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: 38871 Received: (qmail 17562 invoked from network); 17 Jul 2016 18:48:34 -0000 X-Qmail-Scanner-Diagnostics: from mail-pa0-f52.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.220.52):SA:0(0.0/5.0):. Processed in 0.161091 secs); 17 Jul 2016 18:48:34 -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=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at brasslantern.com does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=yAz7EmksytVJWOpWxfORvnHzHKrgi7Qk8lm/i7WRh1c=; b=HM7H6wDrtvgZBZfGDJPQ2ovAbLVq0U4V2m0yW2S+SxfjFMdO0vqkG2qilEwTugtof8 fsdDtyTdhogRhaYcsGlGVqHxNMv4GyjD0ItHORz16HsQZl8kQEt4vWR9pLmwXSOfvxmA llUxH8ixH4JoW2S7fkjl4GfNVhDiGGh2UzgnMDYdudPjDeOruIbrKAfnZxpELBL6/SVZ oSJI9gIOzmVVIGYg42E5fAdfMGy5IgBrkzMKN0koW2YGqvLZdlppxldK2r1YV31p6ZRm xVQwSOhgVmlKJGwEfVNaqZStpHSqEubays69rJc4hg5WvvADp0CTLL0KjxHdEy7yCfhO qemw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version; bh=yAz7EmksytVJWOpWxfORvnHzHKrgi7Qk8lm/i7WRh1c=; b=RsWa30HxpIgpb68utjKV5sEy0lwHdPRWWwsCaF7LmVMMSiU40OBniJqPPODI9uWTpV puuqLrm3LDi+26wEf2Rem8SXWoO5BpsnxTUlEGt+4f40RVOeO0udQfwubFG6PcepeCr2 vLpIXBzhJnC/up7JlOnXCRgOKTpjja3WBHiRyU5vsKd5kxTcuomyei6I5ZztpGEKPfpq 2uAKBKjJ6aUrdr77DNzvc/37caDt+sbL7RMQ/6o+eOwAFDJ4H2NAVwHD5+AgYHH5PMpI VY/Nml+yaFOrZKM7i90lvDO+1ChMG3u1rs3aosVQU3V6qaEkaVXd8JtbLVKHNpmqylkJ wo3Q== X-Gm-Message-State: ALyK8tKNDUqg92LOvVrUooEkiy8u9kDuIVyvm9sHwrKkGYhMjmcZCAflOl1R7qVNobhpBA== X-Received: by 10.66.132.45 with SMTP id or13mr50116487pab.79.1468781304474; Sun, 17 Jul 2016 11:48:24 -0700 (PDT) From: Bart Schaefer Message-Id: <160717112919.ZM1174@torch.brasslantern.com> Date: Sun, 17 Jul 2016 11:29:19 -0700 In-Reply-To: Comments: In reply to Peet Nick "Re: [BUG/IMPROVEMENT] Buffer corruption while horizontally resizing terminal window" (Jul 16, 3:31pm) References: <160715120957.ZM32565@torch.brasslantern.com> <160715204926.ZM1090@torch.brasslantern.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: [BUG/IMPROVEMENT] Buffer corruption while horizontally resizing terminal window MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Jul 16, 3:31pm, Peet Nick wrote: } } (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 I don't have a 16.x handy. I can't reproduce that on Ubuntu 12.04. The entire content will scroll up several lines the first time I shrink it, but on subsequent resizes it stays the same. Somebody else will have to look at this, but I think it's (new?) behavior of the terminal rather than of zsh.