Skip to content

Commit

Permalink
Use pdr instead of pdf to show non-linear functions in Vv ##visual
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Oct 23, 2023
1 parent 1376281 commit 60a4d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/core/vmenus.c
Original file line number Diff line number Diff line change
Expand Up @@ -3308,7 +3308,7 @@ static R_TH_LOCAL int printMode = 0;
static R_TH_LOCAL bool selectPanel = false;
#define lastPrintMode 6
static const char *printCmds[lastPrintMode] = {
"pdf", "pd $r", "afi", "pdsf", "pdc", "pdr"
"pdr", "pd $r", "afi", "pdsf", "pdc", "pdr"
};

static void r_core_visual_anal_refresh_column(RCore *core, int colpos) {
Expand Down

0 comments on commit 60a4d0c

Please sign in to comment.