Subject: | Ctrl-C behavior is inconsistent with other shells/interpreters |
Hi,
With irb (interactive ruby), python, and bash, control-c causes the text
on the current line to be ignored, and gives you a newline then the
prompt again. I am very used to this behavior. However, when I try to
use re.pl, that causes it to exit. This often messes me up while I'm
trying to debug stuff, as I use Ctrl-C out of habit. Could you please
consider making it behave like other interpreters/shells? This would
greatly help me, and I'm assuming other people as well.
Thanks for the great program,
Ryan