Skip to content

Commit

Permalink
Added reset after all file/data processing just to make sure it doesn't
Browse files Browse the repository at this point in the history
leave a color/escape unclosed.
  • Loading branch information
Mark Krenz committed May 19, 2010
1 parent 3511cb2 commit 58add8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clide
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,8 @@ while (<>) { # Never realized before, but perl's while (<>) is special in that i
print $_;
}

# As a last measure, printout out a reset escape code just in case something didn't work out above.
print "\e[0m";


# This function takes a string and goes through and makes sure that
Expand Down

0 comments on commit 58add8e

Please sign in to comment.