Re: [hatari-devel] Hatari screen dialog regression |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: Eero Tamminen <oak@xxxxxxxxxxxxxx>
- Subject: Re: [hatari-devel] Hatari screen dialog regression
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sun, 10 Aug 2025 18:31:32 +0000
- Cc: Nicolas Pomarède <npomarede@xxxxxxxxxxxx>, hatari-devel@xxxxxxxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posteo.de; s=2017; t=1754850692; bh=mEXKGEYQOypBnNddkWlezK7gcnsik4WRSxlfqiAHWZM=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=I7qcS3zTxkgajiD6hIJnL5aasUEH8yeNdbIg0B1B+Ify2pcdMT/vN7+z1EIXYRyk2 Rn3+e2IAlRd0Y6OhooIXW9G5hycd8XjWbR9cOIDwbLLOLXDknguMk6Bs/VvTvkGG5J pL1estEySIVM+pWx0S5RmC/r3KbatKN2ESR8mn97BT9ERiZ29R/J3KoMRQ/XvVFhwy udXq6ZSKD95VOnJIgjoQNI7vPb1plopaiostk5AfYfmI+A11S0r2GRRPbb2faRBqAo TvJ9jgMKMz5M+rZv1KOE3dVgT2oBAHMWK0zM/1CqOs5GnFZILUdZOcbPpIJxMSG/J1 iXd8ErMY/Xokg==
Am Sun, 10 Aug 2025 20:46:50 +0300
schrieb Eero Tamminen <oak@xxxxxxxxxxxxxx>:
> Hi,
>
> On 10.8.2025 12.06, Thomas Huth wrote:
> >> Thomas, could you check the patch series too?
> >
> > Sorry, I currently don't have the capacity to review bigger patch series.
> >
> > But I noticed that the screen dialog is currently still broken when you run
> > Hatari without borders and without status bar (e.g. in monochrome mode when
> > disabling the status bar). Dialogs must not be bigger than 80x25 characters.
>
> Max width is 64.
Ah, right, our font size is 10x16, not 8x16 like the Atari font, that's why
I mixed it up 🤦
> I think check + error logging for the sizes are needed
> as it seems that even we developers get it wrong. :-)
Sounds like a good idea.
> > @Nicolas, I think this should get fixed before the 2.6.1 release.
>
> Attached are patches to fix this, and what the dialog looks with them.
Thanks, that looks fine!
Bikeshedding: Should we maybe move the SDL2 options in the upper box now,
so that we have one box for configuration and one for screenshots/recording?
Thomas