]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/ui.c
Patch from 'buzzy' to add automatic flushing of output, see http://www.proxmark.org...
[proxmark3-svn] / client / ui.c
index 5fe58dc2d039e82d5ed3415e4900b6ae59274841..c0d01bc32983a2efb313f99640d745ce3af8cde9 100644 (file)
@@ -21,7 +21,7 @@
 double CursorScaleFactor;
 int PlotGridX, PlotGridY, PlotGridXdefault= 64, PlotGridYdefault= 64;
 int offline;
-
+int flushAfterWrite = 0;  //buzzy
 extern pthread_mutex_t print_lock;
 
 static char *logfilename = "proxmark3.log";
@@ -77,6 +77,10 @@ void PrintAndLog(char *fmt, ...)
        }
        va_end(argptr2);
 
+       if (flushAfterWrite == 1)  //buzzy
+       {
+               fflush(NULL);
+       }
        //release lock
        pthread_mutex_unlock(&print_lock);  
 }
Impressum, Datenschutz