zsh-workers
 help / color / mirror / code / Atom feed
From: Andrey Borzenkov <arvidjaar@newmail.ru>
To: zsh-workers@sunsite.dk
Subject: Re: Prompt redrawing bug with ctrl-d
Date: Thu, 10 May 2007 00:18:54 +0400	[thread overview]
Message-ID: <200705100018.58161.arvidjaar@newmail.ru> (raw)
In-Reply-To: <237967ef0705010238y5155269ev1738d449460e3b90@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 620 bytes --]

On Tuesday 01 May 2007, Mikael Magnusson wrote:
> Hello, noticed this a while ago.
>
> % zsh -f
> % setopt ignoreeof
> % <ctrl-d>
>
> zsh: use 'exit' to exit.
>
> The prompt is now invisible.


message is displayed using showmsg() that sets "clearflag" which should tell 
zrefresh() to not clear until end of screen (to preserve message). 
Unfortunately this flag has side effect that zrefresh() does not redisplay 
prompt either and skips over it.

Unfortunately I do not see any easy way short of adding yet another flag. I 
have started git cvsimport to try bisect; have no idea how long it takes.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2007-05-09 20:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-01  9:38 Mikael Magnusson
2007-05-09 20:18 ` Andrey Borzenkov [this message]
2007-05-10  6:02   ` Andrey Borzenkov
2007-05-10  9:38     ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200705100018.58161.arvidjaar@newmail.ru \
    --to=arvidjaar@newmail.ru \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).