diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-05 13:15:35 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-05 13:15:35 +0100 |
commit | 637c7bb3d4dd9eded9fac6283578ba76f020f458 (patch) | |
tree | 445a3877935ae82185180d91805edf6080fbb309 /doc/ja/weechat_user.ja.adoc | |
parent | 268cb53238f920e10c97616882b3fe87fa84abbb (diff) | |
download | weechat-637c7bb3d4dd9eded9fac6283578ba76f020f458.zip |
doc: move section "Fset" in "Interface" (user's guide)
Diffstat (limited to 'doc/ja/weechat_user.ja.adoc')
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index 732ee8543..919769fd0 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -233,7 +233,7 @@ CMake に対するオプションを指定するには、以下の書式を使 <<fifo_plugin,Fifo プラグイン>>のコンパイル。 | ENABLE_FSET | `ON`, `OFF` | ON | - <<fset_plugin,Fset プラグイン>>のコンパイル。 + <<fset,Fset プラグイン>>のコンパイル。 | ENABLE_GUILE | `ON`, `OFF` | ON | <<scripts_plugins,Guile プラグイン>> (Scheme) のコンパイル。 @@ -1422,6 +1422,34 @@ _buflist.conf_ ファイル内のセクション: include::includes/autogen_user_options.ja.adoc[tag=buflist_options] +[[fset]] +=== Fset + +fset (高速設定) プラグインはバッファ内にオプションのリストを表示し、WeeChat +とプラグインのオプション設定を支援します。 + +[[fset_commands]] +==== コマンド + +include::includes/autogen_user_commands.ja.adoc[tag=fset_commands] + +[[fset_options]] +==== オプション + +_fset.conf_ ファイル内のセクション: + +[width="100%",cols="3m,6m,16",options="header"] +|=== +| セクション | 操作コマンド | 説明 +| color | /set fset.color.* | 色 +| format | /set fset.format.* | オプションリストの表示書式 +| look | /set fset.look.* | 外観 +|=== + +オプション: + +include::includes/autogen_user_options.ja.adoc[tag=fset_options] + [[bare_display]] === 最小限表示 @@ -1834,7 +1862,7 @@ These mouse actions are possible only if mouse is enabled with key kbd:[Alt+m] === Fset buffer // TRANSLATION MISSING -These keys and actions are used on the fset buffer (see <<fset_plugin,Fset plugin>>). +These keys and actions are used on the fset buffer (see <<fset,Fset plugin>>). // TRANSLATION MISSING [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] @@ -2972,34 +3000,6 @@ _fifo.conf_ ファイル内のセクション: include::includes/autogen_user_options.ja.adoc[tag=fifo_options] -[[fset_plugin]] -=== Fset - -fset (高速設定) プラグインはバッファ内にオプションのリストを表示し、WeeChat -とプラグインのオプション設定を支援します。 - -[[fset_commands]] -==== コマンド - -include::includes/autogen_user_commands.ja.adoc[tag=fset_commands] - -[[fset_options]] -==== オプション - -_fset.conf_ ファイル内のセクション: - -[width="100%",cols="3m,6m,16",options="header"] -|=== -| セクション | 操作コマンド | 説明 -| color | /set fset.color.* | 色 -| format | /set fset.format.* | オプションリストの表示書式 -| look | /set fset.look.* | 外観 -|=== - -オプション: - -include::includes/autogen_user_options.ja.adoc[tag=fset_options] - [[irc_plugin]] === IRC |