Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Initial prompt invisible (regression in 5.4.1)
- X-seq: zsh-workers 41712
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Initial prompt invisible (regression in 5.4.1)
- Date: Fri, 15 Sep 2017 11:39:07 -0700
- 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=WnycAoVSEPUHEKKI9SzizmH0qJTNVpCvQ5P2kuC+fNY=; b=0YITVPOrOKCBHl+FLskncOOa/yjgGOmQK//nmghmSU1NNCoKVgTXO4aGXGK74yzEqg Oa3IsBLt1sOsCfwagtWtMggsAqYva0TUNpxEAoK48RV78B9Nh1Lrv0qZSh5i+Kv/b+HI y53DZyFI/BcD415n73LGinBD4KAqJc5ETMdZjSAlqvJ1vcjaoidUSVxsZFbuXj6LV3Zk 0DMn+A9Z/h5ikwrkYbDIRhfBPHqxa1BlowRZmo42YViqJl2RUK6Q/YEeLiPIZcnc19iw JxFYPKOt5Lns2eIrdgB3NObSJKNw+m4/YXkGtTG16aPCVIkd4c8QIBDtn3724lmjA//9 iK0Q==
- In-reply-to: <48dff002-5ee0-dd38-dfe3-fb071125481d@veniogames.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: <48dff002-5ee0-dd38-dfe3-fb071125481d@veniogames.com>
On Sep 2, 10:22pm, Ruud van Asseldonk wrote:
}
} There is a single text-colored pixel in the terminal at the normal
} location of the cursor.
That would not be a zsh thing, the shell would never print anything
smaller than a period (.) unless you are using special drawing chars
in your prompt.
} This does not happen consistently, it happens about 1 in 4 times when I
} open a new terminal.
This sounds like a race condition.
} It seems a weird issue to be a Zsh bug, but after
} downgrading to 5.3.1 I have not observed this issue again. When
} upgrading to 5.4.2 later I did observe the issue again.
I've reviewed code changes made between those version and there has been
no update to the prompt code that would account for this.
However, there have been several changes intended to make the shell
start up faster, including a signal handling optimization around the
reading of the .zshrc et al. files. A possibility is that the shell
now finishes its start-up and outputs the initial prompt, before the
terminal has been fully drawn by the windowing system.
As an experiment, try placing a "sleep 1" at the end of your .zshrc,
and see if that reduces the frequency of this recurring.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author