From a099bd46bc466bca27ae164112402004adda7c25 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Sat, 7 Sep 2013 17:26:11 -0400 Subject: [PATCH] changes --- mystic/qwkpoll.pas | 2 +- mystic/whatsnew.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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. +