From f6b40ec7ef93584552635e280fb7f6c1d92cd032 Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Thu, 22 May 2008 01:17:50 -0500 Subject: use the error message that te uses for ^C --- bin/te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/te b/bin/te index fc52c56..d9a8489 100644 --- a/bin/te +++ b/bin/te @@ -32,7 +32,7 @@ COMMAND: while (1) { if ($pc eq "\e") { print "\n"; ReadMode 3; - local $SIG{INT} = sub { die "interrupted!" }; + local $SIG{INT} = sub { die "Execution interrupted" }; eval { $te->execute($command) }; print "? $@\n" if $@; ReadMode 4; -- cgit v1.2.3-54-g00ecf