Subj : Re: FMail 2.3.0.0 public beta release
To : Stephen Walsh
From : Wilfred van Velzen
Date : Mon Mar 18 2024 08:20 am
Hi Stephen,
On 18 Mar 24 12:13, Stephen Walsh wrote to Wilfred van Velzen:
about: "FMail 2.3.0.0 public beta release":
SW> Fconfig config actually runs, but did a Segmentation fault when the
SW> ssh session was 80x24 screen size. It was fine at 91x28.
This was due to a wrong check for the screen size, which I set for debugging, but forgot to change back.
As FConfig is originally a DOS program it expects a terminal of at least 80x25. Yesterday I created a version that will run in a 80x24 terminal for linux (there was a more or less unused line at the bottom of the screen ;-)). I have to do some more testing before I commit the code to git though...