FSE now full redraws after msg upload
This commit is contained in:
parent
cb15bac018
commit
5b325e07ca
|
@ -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.
|
||||
|
|
|
@ -753,6 +753,9 @@ Begin
|
|||
'U' : Begin
|
||||
Session.Msgs.MessageUpload(CurLine);
|
||||
TotalLine := CurLine;
|
||||
|
||||
FullReDraw;
|
||||
|
||||
Exit;
|
||||
End;
|
||||
End;
|
||||
|
|
Loading…
Reference in New Issue