diff options
| author | Rusty Wagner <rusty@vector35.com> | 2019-04-12 14:54:33 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2019-04-12 14:54:33 -0400 |
| commit | 6dc73b519845a361327f5923ca30552d48d21201 (patch) | |
| tree | 793672aebf30e0a9e67075bc9cbed4c5ad6b747b /ui/action.h | |
| parent | 8f7901c4709826acc0e53aeea4442b1fb9a25876 (diff) | |
Add multiselect and keyboard navigation to graph view
Diffstat (limited to 'ui/action.h')
| -rw-r--r-- | ui/action.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/action.h b/ui/action.h index e61164eb..dbeb06d1 100644 --- a/ui/action.h +++ b/ui/action.h @@ -30,6 +30,7 @@ struct BINARYNINJAUIAPI HighlightTokenState bool addrValid, localVarValid, isDest; uint64_t addr; BinaryNinja::Variable localVar; + size_t tokenIndex; HighlightTokenState(); }; |
