mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
add: OSX readline fixes ( @micolous )
https://github.com/Proxmark/proxmark3/pull/585/commits/07632393630729d2e3bd0a3d36cdb401b934d88a
This commit is contained in:
parent
0656edbb85
commit
4c666e3832
2 changed files with 19 additions and 11 deletions
|
@ -378,6 +378,9 @@ int main(int argc, char* argv[]) {
|
|||
bool addLuaExec = false;
|
||||
char *script_cmds_file = NULL;
|
||||
char *script_cmd = NULL;
|
||||
|
||||
// Must be before the first PrintAndLog call, for rl_redisplay
|
||||
rl_initialize();
|
||||
|
||||
if (argc < 2) {
|
||||
show_help(true, argv[0]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue