summaryrefslogtreecommitdiff
path: root/ui/action.h
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2023-11-06 15:28:59 -0500
committerGlenn Smith <glenn@vector35.com>2023-11-06 16:10:47 -0500
commit6436615567547349434351468012512505109552 (patch)
treee798973c25805377731c4a199f40379263bc128c /ui/action.h
parent4108964609171327618627477163339656037111 (diff)
Type Browser
Diffstat (limited to 'ui/action.h')
-rw-r--r--ui/action.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/action.h b/ui/action.h
index 38ca296a..9deb3a66 100644
--- a/ui/action.h
+++ b/ui/action.h
@@ -33,6 +33,7 @@ struct LinearViewCursorPosition;
struct BINARYNINJAUIAPI HighlightTokenState
{
bool valid;
+ bool focused;
bool secondaryHighlight;
BNInstructionTextTokenType type;
BinaryNinja::InstructionTextToken token;