diff options
author | Tom Feist <shabble@metavore.org> | 2011-04-18 15:37:44 +0000 |
---|---|---|
committer | Tom Feist <shabble@metavore.org> | 2011-04-18 15:37:44 +0000 |
commit | 0baf0dc985765733499a2e1a2e5f4bce988c2c55 (patch) | |
tree | 8bc398d4caa0a1901ad6f2ce34418887308410d5 /prompt_info/uberprompt.pl | |
parent | uberprompt: updated readme (diff) | |
download | irssi-scripts-0baf0dc985765733499a2e1a2e5f4bce988c2c55.tar.gz irssi-scripts-0baf0dc985765733499a2e1a2e5f4bce988c2c55.zip |
uberprompt: rebuild docs AGAIN. :(
Diffstat (limited to '')
-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 6a750ad..72b61f6 100644 --- a/prompt_info/uberprompt.pl +++ b/prompt_info/uberprompt.pl @@ -97,10 +97,15 @@ The possible position arguments are the following strings: =over 4 =item * C<UP_PRE> - place the provided string before the prompt - C<$string$prompt> + =item * C<UP_INNER> - place the provided string inside the prompt - C<{prompt $* $string}> + =item * C<UP_POST> - place the provided string after the prompt - C<$prompt$string> + =item * C<UP_ONLY> - replace the prompt with the provided string - C<$string> +=back + All strings may use the special variable 'C<$prompt>' to include the prompt verbatim at that position in the string. It is probably only useful for the C<UP_ONLY> mode however. '$C<prompt_nt>' will include the prompt, minus any |