zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: "zsh-users@zsh.org" <zsh-users@zsh.org>
Subject: Re: Colored-character displayed on CTRL-C ?
Date: Mon, 23 Sep 2013 19:58:39 -0700	[thread overview]
Message-ID: <130923195839.ZM20434@torch.brasslantern.com> (raw)
In-Reply-To: <20130923211051.GA49013@redoubt.spodhuis.org>

On Sep 23,  2:10pm, Phil Pennock wrote:
}
} My apologies, I misinterpreted the point at which you were pressing
} Ctrl-C and my advice won't help at all.  Sorry.

Actually you're not that far off.  $? == 1 after interrupting ZLE with
the terminal interrupt character, so it is possible to have the prompt
show something instead of trapping the signal.  It's just not possible
to distinguish a command that was interrupted before it started from
one that exited with status 1 without doing some additional work.

E.g., you could test for $HISTNO having changed, or not, though that
gets tricky with HIST_IGNORE_DUPS.


  reply	other threads:[~2013-09-24  2:58 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-23 17:37 Larry Schrof
2013-09-23 19:26 ` Phil Pennock
2013-09-23 21:10   ` Phil Pennock
2013-09-24  2:58     ` Bart Schaefer [this message]
2013-09-23 20:02 ` Bart Schaefer
2013-09-23 22:00   ` Phil Pennock
2013-09-24  6:24     ` Bart Schaefer
2013-09-23 21:36 ` Hauke Petersen

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=130923195839.ZM20434@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.org \
    /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).