From 74ddb05d2da6e27473e4135bad660c66b411a7f6 Mon Sep 17 00:00:00 2001 From: Nico Rieck Date: Thu, 24 Mar 2011 21:36:24 +0100 Subject: [PATCH] Use the correct ANSI escape code to reset SGR parameters. --- lib/guard/ui.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/guard/ui.rb b/lib/guard/ui.rb index bb3f96e..0320d24 100644 --- a/lib/guard/ui.rb +++ b/lib/guard/ui.rb @@ -24,7 +24,7 @@ module Guard end def reset_line - print "\r\e " + print "\r\e[0m" end def clear