align clock grid with demods on graph

This commit is contained in:
marshmellow42 2017-04-11 10:34:43 -04:00
commit 0f321d631a
13 changed files with 73 additions and 49 deletions

View file

@ -12,6 +12,7 @@
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
#include <readline/readline.h>
#include <pthread.h>
@ -21,6 +22,9 @@ double CursorScaleFactor;
int PlotGridX, PlotGridY, PlotGridXdefault= 64, PlotGridYdefault= 64, CursorCPos= 0, CursorDPos= 0;
int offline;
int flushAfterWrite = 0; //buzzy
int GridOffset = 0;
bool GridLocked = 0;
extern pthread_mutex_t print_lock;
static char *logfilename = "proxmark3.log";