diff options
author | Tom Feist <shabble@metavore.org> | 2010-10-09 17:01:13 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2010-10-09 17:01:13 +0000 |
commit | 73487a72a5988da26f8a57e80d2fa68dfa9d2a01 (patch) | |
tree | 1e59e3c35f8c88fdc5343a69446b7a2452ec51b5 /prompt_info/visual.pl | |
parent | added some debug logging to catch 'prompt changed' (diff) | |
download | irssi-scripts-73487a72a5988da26f8a57e80d2fa68dfa9d2a01.tar.gz irssi-scripts-73487a72a5988da26f8a57e80d2fa68dfa9d2a01.zip |
moved more functions out into visual.pl, cleaned up some of the formatting.
Diffstat (limited to '')
-rw-r--r-- | prompt_info/visual.pl | 7 |
1 files changed, 7 insertions, 0 deletions
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(); |