summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/osx/debugosxdebugcommandhistory.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/debugosxdebugcommandhistory.h
parent146653f9d701fe7c5acc8a2b66df06c08fd98c23 (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.h1
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;