FSE now full redraws after msg upload

This commit is contained in:
mysticbbs 2012-06-29 03:10:15 -04:00
parent cb15bac018
commit 5b325e07ca
2 changed files with 6 additions and 0 deletions

View File

@ -4188,3 +4188,6 @@
; MsgBase quickscan footer prompt
; &7=global total msg &8=global new msgs &9=global your msgs
489 |CRQuick Scan complete. |CR|CR|PA
+ The Full screen editor now does a full redraw of the editor screen and
text after uploading a .txt file into the editor.

View File

@ -753,6 +753,9 @@ Begin
'U' : Begin
Session.Msgs.MessageUpload(CurLine);
TotalLine := CurLine;
FullReDraw;
Exit;
End;
End;