diff options
author | Tom Feist <shabble@metavore.org> | 2011-04-01 05:36:04 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2011-04-01 05:36:04 +0000 |
commit | a78ca35574eded3972be42c339ee838afb0380fe (patch) | |
tree | 1d89cf111b12c2a29360e5613c51c4808dd89a66 /prompt_info/uberprompt.pl | |
parent | added notifyquit.pl, stolen (um, borrowed) from vague@#irssi and made moar be... (diff) | |
download | irssi-scripts-a78ca35574eded3972be42c339ee838afb0380fe.tar.gz irssi-scripts-a78ca35574eded3972be42c339ee838afb0380fe.zip |
uberprompt: added brace-truncation bug to BUGS section in comments.
Diffstat (limited to 'prompt_info/uberprompt.pl')
-rw-r--r-- | prompt_info/uberprompt.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/prompt_info/uberprompt.pl b/prompt_info/uberprompt.pl index 3ef220e..37c3c81 100644 --- a/prompt_info/uberprompt.pl +++ b/prompt_info/uberprompt.pl @@ -145,6 +145,8 @@ # may cause irssi to crash. See bug report at # http://bugs.irssi.org/index.php?do=details&task_id=772 for details. # +# * displaying strings containing braces ( {} ) only displays up to the first {. +# # TODO: # # * report failure (somehow) to clients if hte prompt is disabled. |