Skip to content
Snippets Groups Projects
Commit a2dc9db9 authored by Lucas Jenß's avatar Lucas Jenß Committed by Lucas Jenss
Browse files

Add some use-case information to PseudoTerminal#indexOfTab

parent 53e6acc9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -250,6 +250,9 @@ typedef enum {
- (void)selectSessionAtIndexAction:(id)sender;
 
// Return the index of a tab or NSNotFound.
// This method is used, for example, in iTermExpose, where PTYTabs are shown
// side by side, and one needs to determine which index it has, so it can be
// selected when leaving iTerm expose.
- (NSInteger)indexOfTab:(PTYTab*)aTab;
 
// Open a new tab with the bookmark given by the guid in
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