summaryrefslogtreecommitdiff
path: root/doc/fr
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-12-28 22:22:14 +0100
committerSébastien Helleu <flashcode@flashtux.org>2021-12-28 22:22:14 +0100
commit1c022d3bda09cd19ac629e8a0b7c727a195612f5 (patch)
tree18d078c8dbaa49667afecbfbf36f5e0c5bcc7e7f /doc/fr
parentdd2b19ec42e72d4fdc540774a9899dd526f4d0e4 (diff)
downloadweechat-1c022d3bda09cd19ac629e8a0b7c727a195612f5.zip
doc: move section "Fset" in "Configuration" (user's guide)
Diffstat (limited to 'doc/fr')
-rw-r--r--doc/fr/weechat_user.fr.adoc118
1 files changed, 59 insertions, 59 deletions
diff --git a/doc/fr/weechat_user.fr.adoc b/doc/fr/weechat_user.fr.adoc
index dfcbfe7cb..4259648e2 100644
--- a/doc/fr/weechat_user.fr.adoc
+++ b/doc/fr/weechat_user.fr.adoc
@@ -1485,65 +1485,6 @@ Options :
include::includes/autogen_user_options.fr.adoc[tag=buflist_options]
-[[fset]]
-=== Fset
-
-L'extension Fset affiche une liste des options dans un tampon et aide à définir
-les options de WeeChat et des extensions.
-
-Exemple de tampon fset affichant les options commençant par `weechat.look` :
-
-[subs="quotes"]
-....
-┌──────────────────────────────────────────────────────────────────────────────────────┐
-│1.weechat│1/121 | Filter: weechat.look.* | Sort: ~name | Key(input): alt+space=toggle │
-│2.fset │weechat.look.bare_display_exit_on_input: exit the bare display mode on any c│
-│ │hanges in input [default: on] │
-│ │----------------------------------------------------------------------------│
-│ │ weechat.look.align_end_of_lines integer message │
-│ │ weechat.look.align_multiline_words boolean on │
-│ │ weechat.look.bar_more_down string "++" │
-│ │ weechat.look.bar_more_left string "<<" │
-│ │ weechat.look.bar_more_right string ">>" │
-│ │ weechat.look.bar_more_up string "--" │
-│ │## weechat.look.bare_display_exit_on_input boolean on ##│
-│ │ weechat.look.bare_display_time_format string "%H:%M" │
-│ │ weechat.look.buffer_auto_renumber boolean on │
-│ │ weechat.look.buffer_notify_default integer all │
-│ │ weechat.look.buffer_position integer end │
-│ │ weechat.look.buffer_search_case_sensitive boolean off │
-│ │ weechat.look.buffer_search_force_default boolean off │
-│ │ weechat.look.buffer_search_regex boolean off │
-│ │ weechat.look.buffer_search_where integer prefix_message │
-│ │ weechat.look.buffer_time_format string "%H:%M:%S" │
-│ │ weechat.look.buffer_time_same string "" │
-│ │[12:55] [2] [fset] 2:fset │
-│ │█ │
-└──────────────────────────────────────────────────────────────────────────────────────┘
-....
-
-[[fset_commands]]
-==== Commandes
-
-include::includes/autogen_user_commands.fr.adoc[tag=fset_commands]
-
-[[fset_options]]
-==== Options
-
-Sections dans le fichier _fset.conf_ :
-
-[width="100%",cols="3m,6m,16",options="header"]
-|===
-| Section | Commande de contrôle | Description
-| color | /set fset.color.* | Couleurs.
-| format | /set fset.format.* | Formats utilisés pour afficher la liste des options.
-| look | /set fset.look.* | Aspect/présentation.
-|===
-
-Options :
-
-include::includes/autogen_user_options.fr.adoc[tag=fset_options]
-
[[key_bindings]]
== Raccourcis clavier
@@ -1913,6 +1854,65 @@ Ces touches et actions sont utilisées sur le tampon script
[[configuration]]
== Configuration
+[[fset]]
+=== Fset
+
+L'extension Fset affiche une liste des options dans un tampon et aide à définir
+les options de WeeChat et des extensions.
+
+Exemple de tampon fset affichant les options commençant par `weechat.look` :
+
+[subs="quotes"]
+....
+┌──────────────────────────────────────────────────────────────────────────────────────┐
+│1.weechat│1/121 | Filter: weechat.look.* | Sort: ~name | Key(input): alt+space=toggle │
+│2.fset │weechat.look.bare_display_exit_on_input: exit the bare display mode on any c│
+│ │hanges in input [default: on] │
+│ │----------------------------------------------------------------------------│
+│ │ weechat.look.align_end_of_lines integer message │
+│ │ weechat.look.align_multiline_words boolean on │
+│ │ weechat.look.bar_more_down string "++" │
+│ │ weechat.look.bar_more_left string "<<" │
+│ │ weechat.look.bar_more_right string ">>" │
+│ │ weechat.look.bar_more_up string "--" │
+│ │## weechat.look.bare_display_exit_on_input boolean on ##│
+│ │ weechat.look.bare_display_time_format string "%H:%M" │
+│ │ weechat.look.buffer_auto_renumber boolean on │
+│ │ weechat.look.buffer_notify_default integer all │
+│ │ weechat.look.buffer_position integer end │
+│ │ weechat.look.buffer_search_case_sensitive boolean off │
+│ │ weechat.look.buffer_search_force_default boolean off │
+│ │ weechat.look.buffer_search_regex boolean off │
+│ │ weechat.look.buffer_search_where integer prefix_message │
+│ │ weechat.look.buffer_time_format string "%H:%M:%S" │
+│ │ weechat.look.buffer_time_same string "" │
+│ │[12:55] [2] [fset] 2:fset │
+│ │█ │
+└──────────────────────────────────────────────────────────────────────────────────────┘
+....
+
+[[fset_commands]]
+==== Commandes
+
+include::includes/autogen_user_commands.fr.adoc[tag=fset_commands]
+
+[[fset_options]]
+==== Options
+
+Sections dans le fichier _fset.conf_ :
+
+[width="100%",cols="3m,6m,16",options="header"]
+|===
+| Section | Commande de contrôle | Description
+| color | /set fset.color.* | Couleurs.
+| format | /set fset.format.* | Formats utilisés pour afficher la liste des options.
+| look | /set fset.look.* | Aspect/présentation.
+|===
+
+Options :
+
+include::includes/autogen_user_options.fr.adoc[tag=fset_options]
+
[[colors]]
=== Couleurs