From ec8a62c0225133a60396b81a38c46885134f306c Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Wed, 13 Apr 2011 09:29:09 +0100 Subject: rl_history_search: make split info text bold --- history-search/rl_history_search.pl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'history-search/rl_history_search.pl') diff --git a/history-search/rl_history_search.pl b/history-search/rl_history_search.pl index 7ce76d1..e0d73be 100644 --- a/history-search/rl_history_search.pl +++ b/history-search/rl_history_search.pl @@ -48,6 +48,13 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +# TODO: +# +# * document tab behaviour +# * add keys (C-n/C-p) to scroll history list +# * if list is bigger than split size, centre it so selected item is visible +# * allow a mechanism to select by number from list + use strict; use Irssi; use Irssi::TextUI; @@ -400,7 +407,7 @@ sub print_current_matches { my $orig_ts_level = Irssi::parse_special('$timestamp_level'); $split_ref->command("^set timestamp_level $orig_ts_level -CLIENTCRAP"); - $split_ref->print('Current history matches. Press to close.', + $split_ref->print('%_Current history matches. Press to close.%_', Irssi::MSGLEVEL_CLIENTCRAP|Irssi::MSGLEVEL_NEVER); my $hist_entry = get_history_match(); -- cgit v1.2.3