projects
/
rainbowstream.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80bb204
)
add notice
author
Orakaro
<nhatminh_179@hotmail.com>
Mon, 7 Jul 2014 14:26:41 +0000
(23:26 +0900)
committer
Orakaro
<nhatminh_179@hotmail.com>
Mon, 7 Jul 2014 14:26:41 +0000
(23:26 +0900)
rainbowstream/rainbow.py
patch
|
blob
|
blame
|
history
diff --git
a/rainbowstream/rainbow.py
b/rainbowstream/rainbow.py
index 584d8e2c68cfefaf0fa3810e2d7f9449e7ef5281..f8cc9bf26faf0a867f28ffa51fcffa2403b791a7 100644
(file)
--- 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)