Added flush in quickscan messages
This commit is contained in:
parent
970b0672c3
commit
3b44f0a71d
@ -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;
|
||||||
|
Reference in New Issue
Block a user