From 6012b57692ee31ad43abf0270fe29f1ed313e6d9 Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Sat, 9 Oct 2010 22:02:48 +0100 Subject: added doc about uberprompt_format setting --- prompt_info/uberprompt.pl | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 +# +# 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'; -- cgit v1.2.3