Add plot window keystroke help

Add grid display/lock commands to plot window
This commit is contained in:
fnargwibble@gmail.com 2012-01-21 13:32:54 +00:00
commit 7ddb990032
5 changed files with 59 additions and 7 deletions

View file

@ -18,7 +18,7 @@
#include "ui.h"
double CursorScaleFactor;
int PlotGridX, PlotGridY;
int PlotGridX, PlotGridY, PlotGridXdefault= 64, PlotGridYdefault= 64;
int offline;
static char *logfilename = "proxmark3.log";