From 12ea2a6690d0460562e760503fdf7608bc6ef657 Mon Sep 17 00:00:00 2001 From: George Nachman Date: Wed, 1 Feb 2012 21:56:41 -0800 Subject: [PATCH] Make all tabs share the same find text --- FindViewController.m | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/FindViewController.m b/FindViewController.m index 63609f466e..34ea3cc7f2 100644 --- a/FindViewController.m +++ b/FindViewController.m @@ -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];