From d0b3f1311e4ce1625625dfebf51e612794f06a2c Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 28 Mar 2018 20:29:34 +0200 Subject: [PATCH] chg: using_history? (suggestion of @pwpiwi) --- client/proxmark3.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/proxmark3.c b/client/proxmark3.c index 5e6c7c046..c0ab1a73b 100644 --- a/client/proxmark3.c +++ b/client/proxmark3.c @@ -381,6 +381,8 @@ int main(int argc, char* argv[]) { // Must be before the first PrintAndLog call, for rl_redisplay //rl_initialize(); + /* initialize history */ + using_history(); if (argc < 2) { show_help(true, argv[0]);