Skip Menu |

This queue is for tickets about the Devel-REPL CPAN distribution.

Report information
The Basics
Id: 44231
Status: resolved
Priority: 0/
Queue: Devel-REPL

People
Owner: Nobody in particular
Requestors: RyanRyan52 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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
This has been fixed in git by Norbert Buchmuller.