# built documents.
#
# The short X.Y version.
-version = '0.9.5'
+version = '0.9.6'
# The full version, including alpha/beta/rc tags.
-release = '0.9.5'
+release = '0.9.6'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
},
"MESSAGE": {
"CLOCK_FORMAT" : "%Y/%m/%d %H:%M:%S",
- "DISPLAY" : "\n #sender_name #sender_nick #to #recipient_name #recipient_nick :\n #clock message_id:#id\n #message",
- "THREAD_META_LEFT" : "[id:#id] #clock",
- "THREAD_META_RIGHT" : "#clock [id:#id]"
+ "DISPLAY" : "\n #sender_name #sender_nick #to #recipient_name #recipient_nick :\n #clock message_id:#id\n #message"
}
}
}
try:
# raw_input
if g['prefix']:
+ # Only use PREFIX as a string with raw_input
line = raw_input(g['decorated_name'](g['PREFIX']))
else:
line = raw_input()
light_green("h stream") + \
light_magenta(" for more details.")
printNicely(guide)
- sys.stdout.write(g['decorated_name'](g['PREFIX']))
+ sys.stdout.write(g['decorated_name'](c['PREFIX']))
sys.stdout.flush()
StreamLock.release()
break
# the 1st character of that word
if current_buffer and g['cmd'] != current_buffer:
sys.stdout.write(
- g['decorated_name'](g['PREFIX']) + str2u(current_buffer))
+ g['decorated_name'](c['PREFIX']) + str2u(current_buffer))
sys.stdout.flush()
elif not c['HIDE_PROMPT']:
- sys.stdout.write(g['decorated_name'](g['PREFIX']))
+ sys.stdout.write(g['decorated_name'](c['PREFIX']))
sys.stdout.flush()
elif tweet.get('direct_message'):
# Check the semaphore pause and lock (stream process only)