Skip to content

Commit

Permalink
Add N key in graph to toggle mini nodes and graph.cmtright
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Dec 19, 2016
1 parent 224b3c3 commit e7e4c86
Show file tree
Hide file tree
Showing 6 changed files with 268 additions and 149 deletions.
3 changes: 2 additions & 1 deletion libr/core/cconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,8 @@ R_API int r_core_config_init(RCore *core) {
r_config_desc (cfg, "http.uproot", "Path where files are uploaded");

/* graph */
SETPREF("graph.comments", "false", "Show disasm comments in graph");
SETPREF("graph.comments", "true", "Show disasm comments in graph");
SETPREF("graph.cmtright", "false", "Show comments at right");
SETPREF("graph.format", "dot", "Specify output format for graphs (dot, gml, gmlfcn)");
SETPREF("graph.refs", "false", "Graph references in callgraphs (.agc*;aggi)");
SETPREF("graph.font", "Courier", "Font for dot graphs");
Expand Down
Loading

0 comments on commit e7e4c86

Please sign in to comment.