aboutsummaryrefslogtreecommitdiffstats
path: root/history-search
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2011-04-13 22:43:02 +0000
committerTom Feist <shabble@metavore.org>2011-04-13 22:43:02 +0000
commite8fc333f3a28ae7a5c03952c66b528bfe31c7f75 (patch)
tree8f1b7ae2c397cc1a5c6f6c0669b3c2af056c659d /history-search
parentrl_history_search: make split ensure that selected item is always visible when (diff)
downloadirssi-scripts-e8fc333f3a28ae7a5c03952c66b528bfe31c7f75.tar.gz
irssi-scripts-e8fc333f3a28ae7a5c03952c66b528bfe31c7f75.zip
rl_history_search: intial search (no search string) now lets you cycle through
all possible matches, rather than none.
Diffstat (limited to 'history-search')
-rw-r--r--history-search/rl_history_search.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/history-search/rl_history_search.pl b/history-search/rl_history_search.pl
index a3651bc..ec8764e 100644
--- a/history-search/rl_history_search.pl
+++ b/history-search/rl_history_search.pl
@@ -151,6 +151,7 @@ sub history_search {
$original_win_ref = Irssi::active_win;
+ update_history_matches();
update_history_prompt();
}