diff options
author | Timo Sirainen <cras@irssi.org> | 2001-06-26 21:28:00 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-06-26 21:28:00 +0000 |
commit | 6362ab86f610fcb1ed4a81f025ec2d2e1caa6ba5 (patch) | |
tree | 93e98b4e1b7c80f179392dd2acf4f27f41da440c /docs/signals.txt | |
parent | f1a0aabdf4fc8a831069b3a548a26f82246f277b (diff) | |
download | irssi-6362ab86f610fcb1ed4a81f025ec2d2e1caa6ba5.zip |
"print text finished" -> "gui print text finished". Added %[options] format
for printing text. The syntax for options is [+-]<option>[+-]<option>...
Currently supports options 't' = timestamp, 'T' = server tag, 's' =
line_start, 'S' = line_start_irssi. -s or -S means don't print the
line_start. For example %[-st+T] would never print line_start or timestamp
to line, but would always print server tag to line.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1569 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'docs/signals.txt')
-rw-r--r-- | docs/signals.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/signals.txt b/docs/signals.txt index 6525ec24..81eaa527 100644 --- a/docs/signals.txt +++ b/docs/signals.txt @@ -224,7 +224,7 @@ FE common "gui window goto", int number (Can be used to determine when all "gui print text"s are sent (not required)) - "print text finished", WINDOW_REC + "gui print text finished", WINDOW_REC * Provides signals: |