-
-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatically center PADD output on screen #278
Conversation
ff99c3f
to
55ffb9e
Compare
My honest option is that centering should be the default with an option to disable centering. Users that just update PADD will probably not look up new options and not realize it. (actually, I doubt more than 1% even ever looks if there are any options at all) In my feeling, this is a feature for the masses and, as such, it seems to be default-behavior-worthy. |
I like the idea to make this the new default. We would need options like |
If the I can change the behavior to not center if |
I think this is a good idea. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: RD WebDesign <[email protected]>
Signed-off-by: RD WebDesign <[email protected]>
- reorder steps inside SizeChecker(); - remove unnecessary variables; - change help text; - add `moveXOffset` before the `PrintLogo` function Signed-off-by: RD WebDesign <[email protected]>
77c8ce4
to
a69a474
Compare
What does this PR aim to accomplish?:
Add an option to automatically center PADD output on screen
How does this PR accomplish the above?:
Adding code to calculate
xOffset
andyOffset
and using the new code added on #268Link documentation PRs if any are needed to support this PR:
none
By submitting this pull request, I confirm the following:
git rebase
)