Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make all tabs share the same find text
  • Loading branch information
gnachman committed Feb 2, 2012
1 parent 9811da2 commit 12ea2a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions FindViewController.m
Expand Up @@ -344,9 +344,10 @@ - (void)controlTextDidChange:(NSNotification *)aNotification
if (field != findBarTextField_) {
return;
}

[self _loadFindStringIntoSharedPasteboard];

[[NSNotificationCenter defaultCenter] postNotificationName:@"iTermLoadFindStringFromSharedPasteboard"
object:nil];
// Search.
if ([previousFindString_ length] == 0) {
[delegate_ resetFindCursor];
Expand Down

0 comments on commit 12ea2a6

Please sign in to comment.