diff --git a/mystic/qwkpoll.pas b/mystic/qwkpoll.pas index 055c89e..6055710 100644 --- a/mystic/qwkpoll.pas +++ b/mystic/qwkpoll.pas @@ -43,7 +43,7 @@ Begin WriteLn (' - Exported @' + QwkNet.PacketID + '.rep -> ', QWK.TotalMessages, ' msgs '); WriteLn (' - Connecting via FTP to ' + QWkNet.HostName); - FTP := TFTPClient.Create; + FTP := TFTPClient.Create(bbsCfg.inetInterface); If FTP.OpenConnection(QwkNet.HostName) Then Begin writeln('DEBUG connected'); diff --git a/mystic/whatsnew.txt b/mystic/whatsnew.txt index bd983de..66506c3 100644 --- a/mystic/whatsnew.txt +++ b/mystic/whatsnew.txt @@ -3728,4 +3728,8 @@ into the Mystic DATA folder so they can be used for node lookups. It also supports merging archived nodelists. See MUTIL.INI for more information. + + Mystic's terminal library in Linux will now attempt to detect terminal + screen size before switching to 80x25, and will also attempt to restore + screen size upon exit. +