From 595fdb16db3c29c26b391724d4c83a009bfc078f Mon Sep 17 00:00:00 2001 From: Orakaro Date: Mon, 7 Jul 2014 23:26:41 +0900 Subject: [PATCH] add notice --- rainbowstream/rainbow.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index 584d8e2..f8cc9bf 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -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) -- 2.25.1