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/debugosxdebugcommandhistory.h | |
parent | 146653f9d701fe7c5acc8a2b66df06c08fd98c23 (diff) |
More intuitive command/expression history
Diffstat (limited to 'src/osd/modules/debugger/osx/debugosxdebugcommandhistory.h')
-rw-r--r-- | src/osd/modules/debugger/osx/debugosxdebugcommandhistory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osd/modules/debugger/osx/debugosxdebugcommandhistory.h b/src/osd/modules/debugger/osx/debugosxdebugcommandhistory.h index 78f8fbe42c7..3cb0f23d06c 100644 --- a/src/osd/modules/debugger/osx/debugosxdebugcommandhistory.h +++ b/src/osd/modules/debugger/osx/debugosxdebugcommandhistory.h @@ -31,6 +31,7 @@ - (void)add:(NSString *)entry; - (NSString *)previous:(NSString *)cur; - (NSString *)next:(NSString *)cur; +- (void)edit; - (void)reset; - (void)clear; |