Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #10165 compact cross references #10243

Merged
merged 1 commit into from Jun 2, 2018

Conversation

cyanpencil
Copy link
Contributor

Closes #10165. Split up asm.maxrefs into asm.xrefs.fold and asm.xrefs.max.

asm.xrefs.fold: controls how much xrefs can be displayed before folding them in a table like manner (just like how asm.maxrefs did)

asm.xrefs.max: controls how much xrefs can be displayed before displaying only the XREFS (n) counter.

Also limited the max number of columns in the table like folding to 5 in order to avoid having graph nodes too large (see first screen in #10165)

@radare radare merged commit 12cbb24 into radareorg:master Jun 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants