increment to 0.7.5

added beta option, which includes rainbow menus
This commit is contained in:
endorphant
2016-05-15 00:37:43 -04:00
parent b04d1a4378
commit 36e1102720
3 changed files with 4 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ SUBJECTS = ["help request", "bug report", "feature suggestion", "general comment
def redraw(leftover=""):
os.system("clear")
print(BANNER)
print("DEV NOTE: want to see more color? try ~endorphant/bin/ttbp-beta and let me know what you think!")
print(SPACER)
if leftover:
print("> "+leftover+"\n")