Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [BUG/IMPROVEMENT] Buffer corruption while horizontally resizing terminal window
- X-seq: zsh-workers 38863
- From: Peet Nick <peetnick2@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: [BUG/IMPROVEMENT] Buffer corruption while horizontally resizing terminal window
- Date: Sat, 16 Jul 2016 15:31:11 +0200
- Cc: zsh-workers@xxxxxxx
- 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==
- In-reply-to: <160715204926.ZM1090@torch.brasslantern.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAJwqTS8XHV_hCER9t5B2VgLqidH5wMmKbQC7=+CWkkW0abnMXg@mail.gmail.com> <160715120957.ZM32565@torch.brasslantern.com> <CAJwqTS9BrFVa-v90mh7pPzcnx1P-7CvjP5q5fxUc4m3ws6EjAA@mail.gmail.com> <160715204926.ZM1090@torch.brasslantern.com>
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 <schaefer@xxxxxxxxxxxxxxxx>
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.
>
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author