mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-01-24 10:50:17 +00:00
updating changelog
This commit is contained in:
@@ -379,7 +379,7 @@ def main_menu():
|
||||
redraw()
|
||||
show_credits()
|
||||
elif choice == '7':
|
||||
subprocess.call(["links", os.path.join(SOURCE, "..", "README.html")])
|
||||
subprocess.call(["lynx", os.path.join(SOURCE, "..", "README.html")])
|
||||
redraw()
|
||||
elif choice in QUITS:
|
||||
return stop()
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
| |___ |___ |___ | [__ |___ |\ | | __ | |\ | |___ |
|
||||
| | |___ |___ |___ ___] |___ | \| |__] | | \| |___ |
|
||||
| |
|
||||
| ver 0.8.7 (almost stable) |
|
||||
| ver 0.9.0 (almost stable) |
|
||||
|__________________________________________________________|
|
||||
|
||||
@@ -376,7 +376,7 @@ def main_menu():
|
||||
redraw()
|
||||
show_credits()
|
||||
elif choice == '7':
|
||||
subprocess.call(["links", os.path.join(SOURCE, "..", "README.html")])
|
||||
subprocess.call(["lynx", os.path.join(SOURCE, "..", "README.html")])
|
||||
redraw()
|
||||
elif choice in QUITS:
|
||||
return stop()
|
||||
|
||||
Reference in New Issue
Block a user