Ticket #5040: Add a left padding to the help dialog#5041
Ticket #5040: Add a left padding to the help dialog#5041egmontkob wants to merge 2 commits intoMidnightCommander:masterfrom
Conversation
|
This corresponds to the second screenshot in the bug. (I've had this PR lying around for a few weeks now... finally gotten to submit it :)) Let me know if you support removing the double spaces, I'd be happy to rework accordingly (and keep the original dialog width). |
|
dd0dd00 – what a nice commit id :) |
I would very much favor removing the double spaces! Unfortunately, they are used in a lot of places, and quite inconsistently at that :( |
…ll stops Also fix some other formatting errors. Signed-off-by: Egmont Koblinger <egmont@gmail.com>
dd0dd00 to
8f80747
Compare
|
Went with removing double spaces; at least from the English bits of the help pages that aren't generated from the manuals, and also excluding some preformatted bits in the GPL text. It's funny how, at the default terminal width of 80, the first 5-ish paragraphs of the GPL text were manually stretched using double spaces so that each line ends at the right margin. Except for the first line of the paragraphs which all align differently at the right edge. And it all completely falls apart if the window width is different from 80. Whoever did this gave up after about 5 paragraphs. Reverted the widening of the help dialog, it's no longer needed. |
Signed-off-by: Egmont Koblinger <egmont@gmail.com>
8f80747 to
86956ef
Compare
Also: Slightly increase the dialog's width to preserve the same wrapping on the opening page.
Proposed changes
Checklist
git commit --amend -smake indent && make check)