diff options
author | Tom Feist <shabble@cowu.be> | 2010-07-23 00:19:03 +0000 |
---|---|---|
committer | Tom Feist <shabble@cowu.be> | 2010-07-23 00:19:03 +0000 |
commit | 5616936940e4bd5a987edda4f029ffa6265aaf48 (patch) | |
tree | 45ec46050a6ade4810d1cd24f24bad839c9adefb /history-search/irssi/default.theme | |
parent | removed deprecated irssi::theme pod (diff) | |
download | irssi-scripts-5616936940e4bd5a987edda4f029ffa6265aaf48.tar.gz irssi-scripts-5616936940e4bd5a987edda4f029ffa6265aaf48.zip |
additional docs about some Irssi:: core funcs
Diffstat (limited to '')
-rw-r--r-- | history-search/irssi/default.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/history-search/irssi/default.theme b/history-search/irssi/default.theme index 98af18b..5e2a735 100644 --- a/history-search/irssi/default.theme +++ b/history-search/irssi/default.theme @@ -271,7 +271,7 @@ abstracts = { topicsbstart = "{sbstart $*}"; topicsbend = "{sbend $*}"; - prompt = "[$*] "; + prompt = "[$* $expando_test] "; sb = " %c[%n$*%c]%n"; sbmode = "(%c+%n$*)"; |