diff --git a/client/proxmark3.c b/client/proxmark3.c index 5cc181e06..5e6c7c046 100644 --- a/client/proxmark3.c +++ b/client/proxmark3.c @@ -380,7 +380,7 @@ int main(int argc, char* argv[]) { char *script_cmd = NULL; // Must be before the first PrintAndLog call, for rl_redisplay - rl_initialize(); + //rl_initialize(); if (argc < 2) { show_help(true, argv[0]);