Added flush in quickscan messages

This commit is contained in:
Michiel Broek 2004-08-16 14:53:09 +00:00
parent 970b0672c3
commit 3b44f0a71d

View File

@ -1833,6 +1833,7 @@ void QuickScan_Msgs()
colour(MAGENTA, BLACK); colour(MAGENTA, BLACK);
printf("%s", padleft(Msg.Subject, 31, ' ')); printf("%s", padleft(Msg.Subject, 31, ' '));
printf("\n"); printf("\n");
fflush(stdout);
FoundMsg = TRUE; FoundMsg = TRUE;
if (LC(1)) if (LC(1))
break; break;