# File lib/guard/ui.rb, line 77
def
reset_line
STDERR
.
print
(
color_enabled?
?
"\r\e[0m"
:
"\r\n"
)
end