This commit is contained in:
mysticbbs 2013-09-07 17:26:11 -04:00
parent ab7218aebf
commit a099bd46bc
2 changed files with 5 additions and 1 deletions

View File

@ -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');

View File

@ -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.
<ALPHA 37 RELEASED>