diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-07 12:01:41 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-07 12:01:41 +0100 |
commit | ed0b337505ce5d80049358626aafd169343cbb42 (patch) | |
tree | 3d44ec0c4cb63094d3b1546452a91f4461edfc54 /doc/it/autogen/user | |
parent | da5a75f0cc73bc9641f4bfc7a1094d48777a8924 (diff) | |
download | weechat-ed0b337505ce5d80049358626aafd169343cbb42.zip |
core: add option "-y" in command /buffer, add support of buffers with free content
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.adoc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/it/autogen/user/weechat_commands.adoc b/doc/it/autogen/user/weechat_commands.adoc index f39208bfd..d4e5e9536 100644 --- a/doc/it/autogen/user/weechat_commands.adoc +++ b/doc/it/autogen/user/weechat_commands.adoc @@ -640,13 +640,15 @@ Senza argomento, questo comando elenca i plugin caricati. * `+print+`: display text on a buffer ---- -/print [-buffer <number>|<name>] [-core] [-escape] [-date <date>] [-tags <tags>] [-action|-error|-join|-network|-quit] [<text>] +/print [-buffer <number>|<name>] [-core|-current] [-y <line>] [-escape] [-date <date>] [-tags <tags>] [-action|-error|-join|-network|-quit] [<text>] -stdout|-stderr [<text>] -beep -buffer: display text in this buffer (default: buffer where command is executed) -core: alias of "-buffer core.weechat" -current: display text on current buffer + -y: display on a custom line (for buffer with free content only) + line: line number for buffer with free content (first line is 0, a negative number displays after last line: -1 = after last line, -2 = two lines after last line, ...) -escape: interpret escaped chars (for example \a, \07, \x07) -date: message date, format can be: -n: 'n' seconds before now |