diff options
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r-- | Source/SPAppController.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h index d9763766..d96af12f 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -50,6 +50,8 @@ NSMutableDictionary *bundleKeyEquivalents; NSMutableDictionary *installedBundleUUIDs; + NSMutableArray *runningBASHprocesses; + } // Window management @@ -95,6 +97,9 @@ - (NSArray *)bundleCategoriesForScope:(NSString*)scope; - (NSArray *)bundleItemsForScope:(NSString*)scope; - (NSDictionary *)bundleKeyEquivalentsForScope:(NSString*)scope; +- (void)registerBASHCommand:(NSDictionary*)commandDict; +- (void)unRegisterBASHCommand:(NSInteger)pid; +- (NSArray*)runningBASHProcesses; - (void)handleEventWithURL:(NSURL*)url; |