diff options
| author | Glenn Smith <glenn@vector35.com> | 2020-10-08 04:15:52 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2020-10-09 03:28:03 -0400 |
| commit | 307fe4be9208636e54f90a24f6d0deb56512069d (patch) | |
| tree | b45d2ec07809f799c8351fb9038ab50d3710cc2f /ui/action.h | |
| parent | 720777f31913ba8c80f24c3460326764a24976a8 (diff) | |
Per-character text selection
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 3414d8b0..45b09e1e 100644 --- a/ui/action.h +++ b/ui/action.h @@ -32,6 +32,7 @@ struct BINARYNINJAUIAPI HighlightTokenState uint64_t addr; BinaryNinja::Variable localVar; size_t tokenIndex; + size_t characterIndex; HighlightTokenState(); }; |
