diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 21:23:14 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 21:23:14 +0100 |
commit | 2c238e08ffc798136fb8bab9633507d6c2d7a88e (patch) | |
tree | 6f482af9b6600ecac42aaa15704399e290c903f1 /doc/fr | |
parent | 2ad6f2f3d5fbc8bcfeb71a7bce0025d9e47a6dd9 (diff) | |
download | weechat-2c238e08ffc798136fb8bab9633507d6c2d7a88e.zip |
core: add command `/allbuf`
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/includes/autogen_user_commands.fr.adoc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/fr/includes/autogen_user_commands.fr.adoc b/doc/fr/includes/autogen_user_commands.fr.adoc index 4c2061602..111ed53f5 100644 --- a/doc/fr/includes/autogen_user_commands.fr.adoc +++ b/doc/fr/includes/autogen_user_commands.fr.adoc @@ -1104,6 +1104,19 @@ Exemples : // end::alias_commands[] // tag::weechat_commands[] +[[command_weechat_allbuf]] +* `+allbuf+`: exécuter une commande sur tous les tampons + +---- +/allbuf <commande> + +commande : commande à exécuter (ou texte à envoyer au tampon si la commande ne commence pas par '/') + +Exemples : + définir le marqueur de données non lues sur tous les tampons : + /allbuf /buffer set unread +---- + [[command_weechat_away]] * `+away+`: définir ou supprimer le statut d'absence |