-
Notifications
You must be signed in to change notification settings - Fork 5
Window pixel size #1
base: master
Are you sure you want to change the base?
Conversation
This patch must be more complicated... For example, CVConGroup::SetAllConsoleWindowsSize uses cells instead of pixels... |
Window size
Do you mean that
should use pixels instead of letters? What's the benefit of that? considering that
Does Windows allow an uneven size for
return "401 203" instead of "400 200" |
Yes, these and many other functions must be changed. But you misunderstand the reason. |
Window size
How should "CVConGroup::SetAllConsoleWindowsSize" be changed and for what purpose?
Which event reset the windows size (so that the client area is cell*fontsize)? considering that I've not noticed this with these settings and build of this branch |
Look, wndWidth/wndHeight are used in many places of sources. |
Which other (beside that in this patch) code will reset the windows size (so that the client area is cell*fontsize)? |
Patch
Allowing an unrestricted window size is beneficial because
mintty
andputty
offer this featureDiscussion
@Maximus5
The answer is given in the pull request message.
What additional changes are necessary?