From ba4a5bd13c141c0e009eeee011b8f433ccbf12cb Mon Sep 17 00:00:00 2001 From: jluehrs2 Date: Thu, 22 May 2008 01:17:37 -0500 Subject: format errors the way actual teco does --- bin/te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/te b/bin/te index c79222b..fc52c56 100644 --- a/bin/te +++ b/bin/te @@ -34,7 +34,7 @@ COMMAND: while (1) { ReadMode 3; local $SIG{INT} = sub { die "interrupted!" }; eval { $te->execute($command) }; - print "ERROR: $@\n" if $@; + print "? $@\n" if $@; ReadMode 4; last KEY; } -- cgit v1.2.3-54-g00ecf