Skip to content
Snippets Groups Projects
Commit 13a6f72e authored by George Nachman's avatar George Nachman
Browse files

Add new delegate methods to PTYTextViewTest.m

parent e77ddd1b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -535,6 +535,13 @@ static NSString *const kDiffScriptPath = @"/tmp/diffs";
return 9;
}
 
- (NSURL *)textViewCurrentLocation {
return nil;
}
- (void)textViewBurySession {
}
- (BOOL)continueFindAllResults:(NSMutableArray *)results inContext:(FindContext *)context {
return NO;
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment