diff options
author | Tom Feist <shabble@metavore.org> | 2010-10-09 21:00:07 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2010-10-09 21:00:07 +0000 |
commit | 497389336904a9bc1f0fe4d87ed5aae29a0f80d5 (patch) | |
tree | bce965b406d72a99be9fb8e7a90fc52aad69bfc7 /prompt_info/uberprompt.pl | |
parent | moved more functions out into visual.pl, cleaned up some of the formatting. (diff) | |
download | irssi-scripts-497389336904a9bc1f0fe4d87ed5aae29a0f80d5.tar.gz irssi-scripts-497389336904a9bc1f0fe4d87ed5aae29a0f80d5.zip |
added Bugs section in comments describing crash bug when debug enabled. Rare
enough to not really be a problem, I hope.
Diffstat (limited to 'prompt_info/uberprompt.pl')
-rw-r--r-- | prompt_info/uberprompt.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/prompt_info/uberprompt.pl b/prompt_info/uberprompt.pl index bf7380b..3146c67 100644 --- a/prompt_info/uberprompt.pl +++ b/prompt_info/uberprompt.pl @@ -35,6 +35,12 @@ # # signal_add 'prompt changed', sub { my ($text, $len) = @_; ... do something ... }; # +# Bugs: +# +# * Resizing the terminal rapidly whilst using this script in debug mode +# may cause irssi to crash. See bug report at +# http://bugs.irssi.org/index.php?do=details&task_id=772 for details. +# # LICENCE: # # Copyright (c) 2010 Tom Feist |