diff options
Diffstat (limited to '')
-rwxr-xr-x[-rw-r--r--] | colour-popup/colour_popup.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/colour-popup/colour_popup.pl b/colour-popup/colour_popup.pl index b12c4f6..037d106 100644..100755 --- a/colour-popup/colour_popup.pl +++ b/colour-popup/colour_popup.pl @@ -5,7 +5,7 @@ # # usage: # -# after loading the script, add the statusbar item somewhere convenient: +# after loading the script, add the statusbar item somewhere convenient: # /statusbar window add -after barstart colours # @@ -21,7 +21,7 @@ $VERSION = "1.0"; name => "mirc_colour_popup", description => "Shows a mIRC-style colour popup when you hit ^C.", license => "Public Domain", - changed => "9.26.2008", + changed => "31/7/2010", ); @@ -36,7 +36,7 @@ sub colours_sb { if( $vis ) { $txt = join " ", map { "\%$colours[$_]$_" } 0 .. 15; } - $item->default_handler($get_size_only, "{sb $txt}", undef, 1); + $item->default_handler($get_size_only, "\%0{sb $txt}", undef, 1); } |