Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Printing ^C, ^D key presses at end of prompt when pressed
- X-seq: zsh-users 15765
- From: Michael Treibton <mtreibton@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Printing ^C, ^D key presses at end of prompt when pressed
- Date: Thu, 3 Feb 2011 23:05:22 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=4Fk8S3G9FyWIARQzqEKIBPXCjz0Hc20ntlv4V5YYMc4=; b=NjG+/Ne7NXU03nh1jea8QEB5Vl5WZC9LabBXgZHzWdCFjrUxpixsybGTAuUEVQhIOu OvAMbVYdOBrSu3riOVHfVmsfw3qpZ+R/f/MpH70rJgAry9UMS5WzVQ90RAcMXEIeV6HM 7h7MSRWwKn/4zWIQgHJqNSAdjZBANn36zJ2p0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=oRZW69gn9c1dEifF4k5tDz/LsM9xjaArkCeZF2JKY0BfvENxqGKxWvLQ34X9ukBupj r3CLu5EAGoqpqedLX3VFm2mJDq0dLx1IlQYmnFjGDsYKj2n1LtTONT4G1zSRjehb/Ga2 7SHjvibDDzInVrwlAVevnKiChIqK/S3EIPdhg=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi all,
In bash, if I type something at the prompt, and press ^C, my prompt
would look like this:
$ some command ^C
That is the "^C" is explicitly printed. Likewise if I press ^D to
logout from a prompt, that too is printed:
$ ^D
But in zsh, this doesn't happen, and as odd as it may seem I really
miss this visual indication of this.
Can this be done in Zsh?
TIA,
Michael
Messages sorted by:
Reverse Date,
Date,
Thread,
Author