aboutsummaryrefslogtreecommitdiffstats
path: root/prompt_info
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2010-10-09 21:00:07 +0000
committerTom Feist <shabble@metavore.org>2010-10-09 21:00:07 +0000
commit497389336904a9bc1f0fe4d87ed5aae29a0f80d5 (patch)
treebce965b406d72a99be9fb8e7a90fc52aad69bfc7 /prompt_info
parentmoved more functions out into visual.pl, cleaned up some of the formatting. (diff)
downloadirssi-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')
-rw-r--r--prompt_info/uberprompt.pl6
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