mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2024-11-10 09:49:42 +01:00
Fix padding on macOS
This commit is contained in:
parent
cd1a2cd866
commit
fd1c06faf1
@ -436,9 +436,9 @@ class gibMacOS:
|
||||
lines.append("R. Toggle Recovery-Only (Currently {})".format("On" if self.find_recovery else "Off"))
|
||||
lines.append("U. Show Catalog URL")
|
||||
lines.append("Q. Quit")
|
||||
self.resize(len(max(lines)), len(lines)+5)
|
||||
lines.append("")
|
||||
self.resize(len(max(lines)), len(lines)+4)
|
||||
self.u.head()
|
||||
if os.name=="nt": lines.append("") # Add a final newline on Windows for formatting differences
|
||||
print("\n".join(lines))
|
||||
menu = self.u.grab("Please select an option: ")
|
||||
if not len(menu):
|
||||
|
Loading…
Reference in New Issue
Block a user