From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 616 invoked from network); 17 Jun 2020 07:26:16 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 17 Jun 2020 07:26:16 -0000 Received: (qmail 1818 invoked by alias); 17 Jun 2020 07:26:06 -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: List-Unsubscribe: X-Seq: 46050 Received: (qmail 26856 invoked by uid 1010); 17 Jun 2020 07:26:06 -0000 X-Qmail-Scanner-Diagnostics: from mail-il1-f170.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.3/25842. spamassassin: 3.4.4. Clear:RC:0(209.85.166.170):SA:0(-2.0/5.0):. Processed in 2.148409 secs); 17 Jun 2020 07:26:06 -0000 X-Envelope-From: roman.perepelitsa@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.166.170 as permitted sender) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=2DDTysNXlTGp0HRiyraFNI6b2QE7V5vTZSfOgjbjdFY=; b=g5toKCBmAmZJfUVpBxurjZX0UWQkuP0ImEKmMkQAl6i3LAuoz6Wzfv65/z5/Ze5enz yhfkXm4oYvxO6BRCQ8j7xhkcbd+JpX3GN+bGltapa1QVEzsra7/mlvCSKGRZw7zQ5B46 qCAS0FqsJqSDlm5gD69Hw1wDAab4dUC1J/CTMmemf9EMVda7eiT1tBjGVlkxHcJbCYSJ 1NJh3Z6/z3K45CtdciU1fioVd0dYNy642h4m08OF19qKCjnJmvgS7zW55K05HDTBsFhq zDa4v0Z9UfPjkqX9LeVY+3wEBSOd45OtAB5bfbYkvjrcnLD1D++Ab/NcVJlcYMCUHDv6 AYZQ== X-Gm-Message-State: AOAM530nqk1WvzD9YR2qtvcCTsN6jgbjC7Cru79FBWFMHB1e5cfOB1qX /Dx6s3JbA1bdxoIKjSPXSDBqSRbzZ18nu29ExrnRkAi8 X-Google-Smtp-Source: ABdhPJxTGHd+ihpGWu8H0Q6hTpiFWqm32rIeLwoCb/vzgcDAycyMDzaKoRoeYlXA7z/9hnmS2Nzx3TrMS8E9n+nGYZY= X-Received: by 2002:a92:d147:: with SMTP id t7mr6930899ilg.151.1592378731408; Wed, 17 Jun 2020 00:25:31 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Roman Perepelitsa Date: Wed, 17 Jun 2020 09:25:20 +0200 Message-ID: Subject: Re: bug report: key up or down for history scroll inserts and 'e' in some cases To: =?UTF-8?Q?Franco_Gast=C3=B3n_Pellegrini?= Cc: Zsh hackers list Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Wed, Jun 17, 2020 at 1:22 AM Franco Gast=C3=B3n Pellegrini wrote: > *In the gif I'm using powerlevel10k and lots of scripts, BUT the problem > can be reproduced perfectly with a fresh vanilla installation of zsh* > It seems that I can reproduce it ONLY on windows v2004, WSL 2, and window= s > terminal I suggest reporting it to Microsoft Terminal. Make sure that your report contains complete instructions to reproduce the problem and that they are short. It might look like this: To reproduce: 1. Install Microsoft Terminal from Windows Store. Keep the default settings= . 2. Enable WSL and install Ubuntu 20.04 from Windows Store. 3. Start Ubuntu 20.04 via WSL2. 4. When bash prompt appears, run: sudo apt-get install -y zsh && zsh -f 5. When zsh prompt appears, run: for i in {1..20}; do for x in {a..e}; do print -s $x$i; done; done 6. Press and hold the UP key until nothing stops changing on the screen. - Actual: screenshot. - Expected: either a screenshot or textual description. System information: - Windows version: xxx. - Microsoft Terminal version: xxx. Needless to say, verify that *you* can reproduce the issue by following these instructions. If you cannot, figure out what needs to be added or changed so that the problem reproduces. Roman.