From 73487a72a5988da26f8a57e80d2fa68dfa9d2a01 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Sat, 9 Oct 2010 18:01:13 +0100 Subject: moved more functions out into visual.pl, cleaned up some of the formatting. --- prompt_info/visual.pl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'prompt_info/visual.pl') diff --git a/prompt_info/visual.pl b/prompt_info/visual.pl index 5941fe0..1413d0d 100644 --- a/prompt_info/visual.pl +++ b/prompt_info/visual.pl @@ -95,6 +95,13 @@ sub init { } +sub cmd_clear_visual { + _clear_visual_region(); + #refresh_visual_overlay(); + Irssi::statusbar_items_redraw('input'); +} + + sub augment_redraw { print "Redraw called" if DEBUG; uberprompt_refresh(); -- cgit v1.2.3