diff --git a/autopon.py b/autopon.py
index 3446f96..8f7a4c5 100755
--- a/autopon.py
+++ b/autopon.py
@@ -104,7 +104,7 @@ def main():
     ghoststring="\033[37m"
     for i, key in enumerate(sequence):
         ghoststring += drummapping.get(key,{}).get('string',' ')
-    ghoststring+="\033[0m"
+    ghoststring+="~\033[0m"
 
     # Wait for user confirmation
     input("Press enter on-beat to sync up with Patapon...")