aboutsummaryrefslogtreecommitdiffstats
path: root/prompt_info
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2010-10-09 21:02:48 +0000
committerTom Feist <shabble@metavore.org>2010-10-09 21:02:48 +0000
commit6012b57692ee31ad43abf0270fe29f1ed313e6d9 (patch)
treef38913188ba15c18c0df9e47863d28bb789b7718 /prompt_info
parentadded Bugs section in comments describing crash bug when debug enabled. Rare (diff)
downloadirssi-scripts-6012b57692ee31ad43abf0270fe29f1ed313e6d9.tar.gz
irssi-scripts-6012b57692ee31ad43abf0270fe29f1ed313e6d9.zip
added doc about uberprompt_format setting
Diffstat (limited to 'prompt_info')
-rw-r--r--prompt_info/uberprompt.pl12
1 files changed, 12 insertions, 0 deletions
diff --git a/prompt_info/uberprompt.pl b/prompt_info/uberprompt.pl
index 3146c67..a192780 100644
--- a/prompt_info/uberprompt.pl
+++ b/prompt_info/uberprompt.pl
@@ -24,6 +24,18 @@
# /prompt off - restore the original irssi prompt and prompt_empty statusbars.
# unloading the script has the same effect.
#
+# Additionally, the format for the prompt can be set via:
+#
+# /set uberprompt_format <format>
+#
+# The default is [$*], which is the same as the default provided in default.theme.
+# Changing this setting will update the prompt immediately, unlike editing your theme.
+#
+# NOTE: this setting completely overrides the prompt="..." line in your .theme
+# file, and may cause unexpected behaviour if your theme wishes to set a
+# different form of prompt. It can be simply copied from the theme file into
+# the above setting.
+#
# Usage from other Scripts:
#
# signal_emit 'change prompt' 'some_string $p other string';