Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ctrl-d doesn't remove rprompt
- X-seq: zsh-workers 22506
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxx>
- Subject: Re: ctrl-d doesn't remove rprompt
- Date: Wed, 21 Jun 2006 20:11:30 -0700
- In-reply-to: <237967ef0606211152l4e7a86dbjcd3486cc945b2cf@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <237967ef0606211152l4e7a86dbjcd3486cc945b2cf@xxxxxxxxxxxxxx>
On Jun 21, 11:52am, Mikael Magnusson wrote:
}
} I just noticed, with setopt transientrprompt, pressing ctrl-d doesn't
} remove the old rprompt, assuming you have ignoreeof set.
I wouldn't exactly call this a bug. Removing the rprompt is supposed
to make copy'n'paste work more smoothly, but by defintion when you type
ctrl-d and get the ignoreeof warning, there must not be anything on the
command line to copy.
On the other hand, send-break removes the transient prompt, so it's a
bit odd that EOF does not.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author