diff options
author | 2015-02-14 10:06:55 +1100 | |
---|---|---|
committer | 2015-02-14 18:00:56 +1100 | |
commit | 6ec9472c846047715a216a442a54664be7c948e5 (patch) | |
tree | afa6e4b98b4d9f8743cd2a93be7493cf754160a9 /src/osd/modules/debugger/osx/debugosxdebugwindowhandler.h | |
parent | 146653f9d701fe7c5acc8a2b66df06c08fd98c23 (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.h | 1 |
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 |