add notice
authorOrakaro <nhatminh_179@hotmail.com>
Mon, 7 Jul 2014 14:26:41 +0000 (23:26 +0900)
committerOrakaro <nhatminh_179@hotmail.com>
Mon, 7 Jul 2014 14:26:41 +0000 (23:26 +0900)
rainbowstream/rainbow.py

index 584d8e2c68cfefaf0fa3810e2d7f9449e7ef5281..f8cc9bf26faf0a867f28ffa51fcffa2403b791a7 100644 (file)
@@ -329,7 +329,10 @@ def quote():
     text = tweet['text']
     quote = '\"@' + screen_name + ': ' + text + '\"'
     quote = quote.encode('utf8')
-    printNicely(light_magenta('Compose mode:'))
+    notice = light_magenta('Compose mode ')
+    notice += light_yellow('(Enter nothing will cancel the quote)')
+    notice += light_magenta(':')
+    printNicely(notice)
     extra = raw_input(quote)
     if extra:
         t.statuses.update(status=quote+extra)