summaryrefslogtreecommitdiff
path: root/doc/fr/autogen
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-04-03 11:55:04 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-04-03 11:55:04 +0200
commit7c55cbb38b6d42073eacf7decc4d08eb8677e60e (patch)
tree1545f21225f14009812c9f02c464d385a7f118cd /doc/fr/autogen
parent936d5559f40ff7a977cd78da3251b17c9b7d3d27 (diff)
downloadweechat-7c55cbb38b6d42073eacf7decc4d08eb8677e60e.zip
exec: display output of commands in real time, add options -flush/-noflush in command /exec
Diffstat (limited to 'doc/fr/autogen')
-rw-r--r--doc/fr/autogen/user/exec_commands.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/fr/autogen/user/exec_commands.txt b/doc/fr/autogen/user/exec_commands.txt
index e666595e6..f534591ba 100644
--- a/doc/fr/autogen/user/exec_commands.txt
+++ b/doc/fr/autogen/user/exec_commands.txt
@@ -3,7 +3,7 @@
----
/exec -list
- [-sh|-nosh] [-bg|-nobg] [-stdin|-nostdin] [-buffer <nom>] [-l|-o|-n|-nf] [-cl|-nocl] [-sw|-nosw] [-ln|-noln] [-color ansi|auto|irc|weechat|strip] [-rc|-norc] [-timeout <délai>] [-name <nom>] [-pipe <commande>] [-hsignal <nom>] <commande>
+ [-sh|-nosh] [-bg|-nobg] [-stdin|-nostdin] [-buffer <nom>] [-l|-o|-n|-nf] [-cl|-nocl] [-sw|-nosw] [-ln|-noln] |-flush|-noflush] [-color ansi|auto|irc|weechat|strip] [-rc|-norc] [-timeout <délai>] [-name <nom>] [-pipe <commande>] [-hsignal <nom>] <commande>
-in <id> <texte>
-inclose <id> [<texte>]
-signal <id> <signal>
@@ -30,6 +30,8 @@
-nosw: ne pas basculer vers le tampon de sortie
-ln: afficher les numéros de ligne (par défaut dans un nouveau tampon seulement)
-noln: ne pas afficher les numéros de ligne
+ -flush: afficher la sortie de la commande en temps réel (par défaut)
+ -noflush: afficher la sortie de la commande une fois qu'elle est terminée
-color: action sur les couleurs ANSI dans la sortie :
ansi: garder les codes ANSI tels quels
auto: convertir les couleurs ANSI en couleurs WeeChat/IRC (par défaut)