mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-06-20 19:39:23 +00:00
code tweaks
making setting passing optional for core.load() as part of transition mode between beta and stable. fixed redraw for feedback menu.
This commit is contained in:
@@ -356,6 +356,7 @@ def main_menu():
|
||||
redraw(EJECT)
|
||||
redraw()
|
||||
elif choice == '5':
|
||||
redraw("you're about to send mail to ~endorphant about ttbp\n")
|
||||
feedback_menu()
|
||||
elif choice == '6':
|
||||
redraw()
|
||||
@@ -378,7 +379,6 @@ def feedback_menu():
|
||||
* calls feedback writing function
|
||||
'''
|
||||
|
||||
print("you're about to send mail to ~endorphant about ttbp\n\n")
|
||||
|
||||
util.print_menu(SUBJECTS, RAINBOW)
|
||||
choice = raw_input("\npick a category for your feedback: ")
|
||||
|
||||
Reference in New Issue
Block a user