Skip to content

Commit 1fc44ae

Browse files
committed
Use ANSI escape seq instead of tput.
1 parent 2709401 commit 1fc44ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mgitstatus

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ if [ -t 1 ] || [ "$FORCE_COLOR" -eq 1 ]; then
136136
C_BLUE="\033[1;34m"
137137
C_PURPLE="\033[1;35m"
138138
C_CYAN="\033[1;36m"
139-
C_RESET="$(tput sgr0)"
139+
C_RESET="\033[0;10m"
140140
fi
141141

142142
C_OK="$C_GREEN"

0 commit comments

Comments
 (0)