-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add user option to scale the text down #1
base: master
Are you sure you want to change the base?
Conversation
Hi, and thanks. This needs also documentation in the manpage: I usually do scaling by adding spaces before and after, which works intuitive, you can do it even after you have started it and does not need extra options (I like to avoid becoming |
Also, the option parser might want to complain if the argument is not a valid floating point number; and I am not sure if allowing |
Fine, I understand your point of view! |
Well, my point of view is not unchangeable :-). Maybe we’ll see if more users request this feature. |
I think a scaling feature would be useful, but not really as a command line option. Maybe some shortcut like ctrl + and ctrl -? |
@SolidTux I was planning to use sm on a remote machine, so I couldn't use a shortcut solution. |
@nomeata 0.0 is not useful, but I did not want to set an arbitrary limit (decide for the user when a scaling factor is too small). If someone tries to use 0.0 and gets no text, it's on them. |
Why don't you check for <= 0 instead of < 0? |
For |
What about ctrl+0? That works in Firefox and Chrome so it would be at least somehow familiar. |
Sounds good, it’s what I would expect as well. |
Reset to scaling 1.0, or to scaling argument on command line? |
That’s a corner case… to command line, I’d say. |
No description provided.