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/pl | |
parent | 268cb53238f920e10c97616882b3fe87fa84abbb (diff) | |
download | weechat-637c7bb3d4dd9eded9fac6283578ba76f020f458.zip |
doc: move section "Fset" in "Interface" (user's guide)
Diffstat (limited to 'doc/pl')
-rw-r--r-- | doc/pl/weechat_user.pl.adoc | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index a64151ae7..35f7fd5e3 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -229,7 +229,7 @@ Lista popularnych opcji: Kompilacja <<fifo_plugin,wtyczki fifo>>. | ENABLE_FSET | `ON`, `OFF` | ON | - Kompilacja <<fset_plugin,wtyczki fset>>. + Kompilacja <<fset,wtyczki fset>>. | ENABLE_GUILE | `ON`, `OFF` | ON | Kompilacja <<scripts_plugins,wtyczki guile>> (Scheme). @@ -1374,6 +1374,34 @@ Opcje: include::includes/autogen_user_options.pl.adoc[tag=buflist_options] +[[fset]] +=== Fset + +Wtyczka Fast Set wyświetla listę opcji w buforze i pomaga w ustawianiu opcji +WeeChat i wtyczek. + +[[fset_commands]] +==== Komendy + +include::includes/autogen_user_commands.pl.adoc[tag=fset_commands] + +[[fset_options]] +==== Opcje + +Sekcje w pliku _fset.conf_: + +[width="100%",cols="3m,6m,16",options="header"] +|=== +| Sekcja | Komenda | Opis +| color | /set fset.color.* | Kolory. +| format | /set fset.format.* | Formaty używane do wyświetlenia listy opcji. +| look | /set fset.look.* | Wygląd. +|=== + +Opcje: + +include::includes/autogen_user_options.pl.adoc[tag=fset_options] + [[bare_display]] === Niesformatowany ekran @@ -1773,7 +1801,7 @@ These mouse actions are possible only if mouse is enabled with key kbd:[Alt+m] [[key_bindings_fset_buffer]] === Fset buffer -Poniższe skróty i akcje mogą zostać użyte w buforze fset (zobacz <<fset_plugin,wtyczka fset>>). +Poniższe skróty i akcje mogą zostać użyte w buforze fset (zobacz <<fset,wtyczka fset>>). [width="100%",cols="^.^3,^.^2,.^8,.^5",options="header"] |=== @@ -2908,34 +2936,6 @@ Opcje: include::includes/autogen_user_options.pl.adoc[tag=fifo_options] -[[fset_plugin]] -=== Fset - -Wtyczka Fast Set wyświetla listę opcji w buforze i pomaga w ustawianiu opcji -WeeChat i wtyczek. - -[[fset_commands]] -==== Komendy - -include::includes/autogen_user_commands.pl.adoc[tag=fset_commands] - -[[fset_options]] -==== Opcje - -Sekcje w pliku _fset.conf_: - -[width="100%",cols="3m,6m,16",options="header"] -|=== -| Sekcja | Komenda | Opis -| color | /set fset.color.* | Kolory. -| format | /set fset.format.* | Formaty używane do wyświetlenia listy opcji. -| look | /set fset.look.* | Wygląd. -|=== - -Opcje: - -include::includes/autogen_user_options.pl.adoc[tag=fset_options] - [[irc_plugin]] === IRC |