diff options
author | Tom Feist <shabble@metavore.org> | 2011-04-28 20:07:09 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2011-04-28 20:07:09 +0000 |
commit | 5b62fada602a55bb16fb339cc62d9abb0d29c793 (patch) | |
tree | 4d03c4e03b450bd9e0685d19aa55910017dfbd7c /prompt_info | |
parent | scriptassist/scriptassist: start of refactor/rewrite with modernish perl (diff) | |
download | irssi-scripts-5b62fada602a55bb16fb339cc62d9abb0d29c793.tar.gz irssi-scripts-5b62fada602a55bb16fb339cc62d9abb0d29c793.zip |
uberprompt: TODO notes.dev
Diffstat (limited to 'prompt_info')
-rw-r--r-- | prompt_info/uberprompt.pl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prompt_info/uberprompt.pl b/prompt_info/uberprompt.pl index 62bda13..e017aab 100644 --- a/prompt_info/uberprompt.pl +++ b/prompt_info/uberprompt.pl @@ -255,6 +255,11 @@ THE SOFTWARE. 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. +=item * + +Using any special variable syntax (eg, C<$[3]$foo> expando truncations in +uberprompt format breaks things. Perhaps we need an additional expansion phase? + =back =head1 TODO |