mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2025-02-01 22:41:23 +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("R. Toggle Recovery-Only (Currently {})".format("On" if self.find_recovery else "Off"))
|
||||||
lines.append("U. Show Catalog URL")
|
lines.append("U. Show Catalog URL")
|
||||||
lines.append("Q. Quit")
|
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()
|
self.u.head()
|
||||||
if os.name=="nt": lines.append("") # Add a final newline on Windows for formatting differences
|
|
||||||
print("\n".join(lines))
|
print("\n".join(lines))
|
||||||
menu = self.u.grab("Please select an option: ")
|
menu = self.u.grab("Please select an option: ")
|
||||||
if not len(menu):
|
if not len(menu):
|
||||||
|
Loading…
Reference in New Issue
Block a user