From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 7b16f308 for ; Thu, 12 Dec 2019 10:44:52 +0000 (UTC) Received: (qmail 11967 invoked by alias); 12 Dec 2019 10:44:47 -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: List-Unsubscribe: X-Seq: 24521 Received: (qmail 14724 invoked by uid 1010); 12 Dec 2019 10:44:46 -0000 X-Qmail-Scanner-Diagnostics: from mail-io1-f41.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25656. spamassassin: 3.4.2. Clear:RC:0(209.85.166.41):SA:0(-2.0/5.0):. Processed in 0.713898 secs); 12 Dec 2019 10:44:46 -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.41 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=VGzdbWVNaeP6KtUMTE5cp0yTUUGgb8kUP2hMCu6iNKU=; b=n6zasr0zKx91n34Jd1Sl67YhQDz8DxxAUkK7najPqd8J9O/Jz2hWaC4dMdMNhVWDrk PG+fYQLT+mauNLYzrUlZLjt3iMbIZM65tsi8CkTz2qWlU37en9vgFsdY02SGV77/UcYq J5Rk1nwBEsVTOL7J/9+1MPOGlV1GE34t5grKzJKbVW0u4zU9/rSwti1hRk606J82x8LB VzHT64g1sfQ5ia4pfWeNM3N3s5pRwoMql+qKeu7UJXatKQXaHgKuWYsf9NNGABfnLsIY tUUT6jQUyIXzBVe3oew0BykUyvc1tYY8BCt+Rhzji+YEBMRzP+kwXU59NllWIrO+ZE5Y FVYQ== X-Gm-Message-State: APjAAAWeshetTVcNMUGe2Lzp+zp/3i50HjHzU+l78LGtMoJ9E0uSAlPs gpPprR52gONfqz9bLGdRmwKihdkRblA0cpxNSVMA8yZ9xao= X-Google-Smtp-Source: APXvYqx0alUNg/sLPIxW07MrvFsf4ZOo9Yz4kcJEDSzmzmzzsBi/knfgmxX33TD7dREtKbtXBELpy1Dz68t6mkHpe8A= X-Received: by 2002:a6b:dd02:: with SMTP id f2mr2368195ioc.304.1576147452122; Thu, 12 Dec 2019 02:44:12 -0800 (PST) MIME-Version: 1.0 References: <6AC48A70-FD29-4E88-9BD1-B189922E2793@covisp.net> In-Reply-To: From: Roman Perepelitsa Date: Thu, 12 Dec 2019 11:44:01 +0100 Message-ID: Subject: Re: Niggling little problem with a theme To: Lewis Butler Cc: Zsh Users Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, Dec 12, 2019 at 11:31 AM Lewis Butler wrote: > > On 11 Dec 2019, at 17:28, Bart Schaefer wrote= : > > You need to look at the "glitch" feature of prompts: > > Thanks, I=E2=80=99ll give that a try. I still haven=E2=80=99t figured out= exactly when this happens, so I=E2=80=99ll keep an eye on it. It likely happens when you type `ls` or hit Ctrl-R. Roman.