Flush LU 21 after writing the "Transmitting: ..." message.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/map65@616 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2007-12-29 15:15:21 +00:00
parent c2ceeeacc4
commit 911bf76080
2 changed files with 2 additions and 1 deletions

View File

@ -75,6 +75,7 @@ subroutine decode1(iarg)
if(sendingsh.eq.1) cshort='(Shorthand)'
write(21,1010) ih,im,is,mode,sending,cshort
1010 format(3i2.2,' Transmitting: ',a6,2x,a28,2x,a11)
call flushqqq(21)
sending0=sending
sendingsh0=sendingsh
mode0=mode

View File

@ -1,4 +1,4 @@
#------------------------------------------------------------------- MAP65
#-------------------------------------------------------------------- MAP65
# $Date$ $Revision$
#
from Tkinter import *