summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/osx/debugosxdebugwindowhandler.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2015-02-14 10:06:55 +1100
committer Vas Crabb <vas@vastheman.com>2015-02-14 18:00:56 +1100
commit6ec9472c846047715a216a442a54664be7c948e5 (patch)
treeafa6e4b98b4d9f8743cd2a93be7493cf754160a9 /src/osd/modules/debugger/osx/debugosxdebugwindowhandler.h
parent146653f9d701fe7c5acc8a2b66df06c08fd98c23 (diff)
More intuitive command/expression history
Diffstat (limited to 'src/osd/modules/debugger/osx/debugosxdebugwindowhandler.h')
-rw-r--r--src/osd/modules/debugger/osx/debugosxdebugwindowhandler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/modules/debugger/osx/debugosxdebugwindowhandler.h b/src/osd/modules/debugger/osx/debugosxdebugwindowhandler.h
index 35f8be2b67b..a45a65cac63 100644
--- a/src/osd/modules/debugger/osx/debugosxdebugwindowhandler.h
+++ b/src/osd/modules/debugger/osx/debugosxdebugwindowhandler.h
@@ -91,6 +91,7 @@ extern NSString *const MAMEAuxiliaryDebugWindowWillCloseNotification;
- (IBAction)doExpression:(id)sender;
+- (BOOL)control:(NSControl *)control textShouldBeginEditing:(NSText *)fieldEditor;
- (BOOL)control:(NSControl *)control textView:(NSTextView *)textView doCommandBySelector:(SEL)command;
@end