Skip to content

Commit

Permalink
fix leftover color escape code
Browse files Browse the repository at this point in the history
  • Loading branch information
livibetter committed Mar 10, 2014
1 parent 632df4a commit 6f0710d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ CHANGES
Development
===========

* fix leftover color escape code


Version 0.1.0 (2014-02-26T10:57:32Z)
====================================
Expand Down
1 change: 1 addition & 0 deletions pipesX.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ do_exit() {
echo -ne "\e[?25h"
stty echo
clear
echo -ne "\e[0m"
exit 0
}
trap do_exit INT TERM
Expand Down

0 comments on commit 6f0710d

Please sign in to comment.