lalbornoz / PuTTie

PuTTie loves you 💚
Other
52 stars 0 forks source link

About Window: incorrent rendering? #27

Closed lars18th closed 4 months ago

lars18th commented 4 months ago

Hi @lalbornoz ,

It's an aesthetic issue. But I prefer if you fix it (the text is not centred, neither horizontally nor vertically): About PuTTie

lars18th commented 4 months ago

Hi,

And please add the PuTTY version on which PuTTie is based. For example:

[...]

             PuTTie Release build #######
             Based on  PuTTY Release 0.81

[...]

    Source commit: Git commit 77886b84 on branch master

             (c) (of fork) [...] lalbornoz
lalbornoz commented 4 months ago

Hi,

And please add the PuTTY version on which PuTTie is based. For example:

[...]

             PuTTie Release build #######
             Based on  PuTTY Release 0.81

[...]

    Source commit: Git commit 77886b84 on branch master

             (c) (of fork) [...] lalbornoz

It's already in there, you weren't able to see it because the richedit control was too small to show all the text.

edit: that is to say, the upstream commit - PuTTie tracks HEAD upstream, so there's no PuTTY version.

lars18th commented 4 months ago

Hi @lalbornoz ,

Thank you, now fixed. 👍

PuTTie 💚

PuTTie Release build (Git commit 9c97eba9 on branch master) 

Build platform: 64-bit x86 Windows
Compiler: gcc 12-win32
Embedded HTML Help file: no
Source commit: 9c97eba92d474d5c3ba9e68c9856ac80d28d2107 

© 1997-2024 Simon Tatham. All rights reserved. 
© 2018, 2022, 2023 Lucía Andrea Illanes Albornoz. All rights reserved.

PuTTie tracks HEAD upstream, so there's no PuTTY version.

But, I recommend that you change this line:

PuTTie Release build (Git commit 9c97eba9 on branch master) 

with this:

PuTTie Release build (Based on PuTTY 0.81) 

Take note that commit 9c97eba9 is the value Source commit:. And because you're getting manually the source code of the PuTTY, then you can update manually the version number. Is not a huge effort, and it will be useful for a fast check of the version of PuTTie and the core of PuTTY. 😉