mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
doc: add missing available bar items (user's guide)
This commit is contained in:
+33
-15
@@ -693,7 +693,7 @@ Der Bildschirm setzt sich aus folgenden Bereichen zusammen:
|
||||
|
||||
Die _buflist_-Bar besitzt als Standardeinträge:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Item | Beispiel | Beschreibung
|
||||
| buflist | `1.weechat` | Auflistung der Buffer.
|
||||
@@ -701,7 +701,7 @@ Die _buflist_-Bar besitzt als Standardeinträge:
|
||||
|
||||
Die _title_-Bar besitzt als Standardeinträge:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Item | Beispiel | Beschreibung
|
||||
| buffer_title | `Willkommen in #test` | Buffer-Titel.
|
||||
@@ -709,7 +709,7 @@ Die _title_-Bar besitzt als Standardeinträge:
|
||||
|
||||
Die _status_-Bar besitzt als Standardeinträge:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Item | Beispiel | Beschreibung
|
||||
| time | `[12:55]` | Uhrzeit.
|
||||
@@ -729,7 +729,7 @@ Die _status_-Bar besitzt als Standardeinträge:
|
||||
|
||||
In der _input_ Bar lautet die Standardeinstellung:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Item | Beispiel | Beschreibung
|
||||
| input_prompt | `[@Flashy(i)]` | Input prompt, für irc: Nick und Modi (Modus "+i" bedeutet auf freenode, unsichtbar).
|
||||
@@ -741,7 +741,7 @@ In der _input_ Bar lautet die Standardeinstellung:
|
||||
|
||||
In der _nicklist_ Bar lautet die Standardeinstellung:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Item | Beispiel | Beschreibung
|
||||
| buffer_nicklist | `@Flashy` | Liste der Nicks für den aktuellen Buffer.
|
||||
@@ -749,17 +749,35 @@ In der _nicklist_ Bar lautet die Standardeinstellung:
|
||||
|
||||
andere Items die man nutzen kann (die aber nicht standardmäßig in einer Bar aktiviert sind):
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Item | Beispiel | Beschreibung
|
||||
| spell_dict | `de,en` | zeigt an welche Wörterbücher für die Rechtschreibung im aktuellen Buffer genutzt werden.
|
||||
| spell_suggest | `Glück,Glocke,Block`| Vorschläge für ein falsch geschriebenes Wort.
|
||||
| buffer_count | `10` | absolute Anzahl an geöffneten Buffern.
|
||||
| buffer_short_name | `#test` | Kurzname des aktuellen Buffers.
|
||||
| irc_channel | `#test` | aktueller IRC Channelname.
|
||||
| irc_nick_modes | `i` | IRC Modi für den eigenen Nick.
|
||||
| mouse_status | `M` | Status der Maus (keine Anzeige, falls Maus deaktiviert).
|
||||
| window_number | `2` | Nummer des aktuellen Fensters.
|
||||
| Item | Beispiel | Beschreibung
|
||||
| buffer_count | `10` | absolute Anzahl an geöffneten Buffern.
|
||||
// TRANSLATION MISSING
|
||||
| buffer_last_number | `10` | Number of the latest buffer (can be different from `buffer_count` if option <<option_weechat.look.buffer_auto_renumber,weechat.look.buffer_auto_renumber>> is `off`).
|
||||
// TRANSLATION MISSING
|
||||
| buffer_nicklist_count_all | `4` | Number of visible groups and nicks in nicklist.
|
||||
// TRANSLATION MISSING
|
||||
| buffer_nicklist_count_groups | `0` | Number of visible groups in nicklist.
|
||||
| buffer_short_name | `#test` | Kurzname des aktuellen Buffers.
|
||||
// TRANSLATION MISSING
|
||||
| buflist2 | `1.weechat` | List of buffers, second bar item (see option <<option_buflist.look.use_items,buflist.look.use_items>>).
|
||||
// TRANSLATION MISSING
|
||||
| buflist3 | `1.weechat` | List of buffers, third bar item (see option <<option_buflist.look.use_items,buflist.look.use_items>>).
|
||||
// TRANSLATION MISSING
|
||||
| fset | `+buflist.look.sort: …+` | Help on currently selected option on fset buffer.
|
||||
| irc_channel | `#test` | aktueller IRC Channelname.
|
||||
// TRANSLATION MISSING
|
||||
| irc_host | `+user@host.com+` | Current IRC host.
|
||||
// TRANSLATION MISSING
|
||||
| irc_nick | `+Flashy+` | Current IRC nick.
|
||||
// TRANSLATION MISSING
|
||||
| irc_nick_host | `+Flashy!user@host.com+` | Current IRC nick and host.
|
||||
| irc_nick_modes | `i` | IRC Modi für den eigenen Nick.
|
||||
| mouse_status | `M` | Status der Maus (keine Anzeige, falls Maus deaktiviert).
|
||||
| spell_dict | `de,en` | zeigt an welche Wörterbücher für die Rechtschreibung im aktuellen Buffer genutzt werden.
|
||||
| spell_suggest | `Glück,Glocke,Block` | Vorschläge für ein falsch geschriebenes Wort.
|
||||
| window_number | `2` | Nummer des aktuellen Fensters.
|
||||
|===
|
||||
|
||||
[[command_line]]
|
||||
|
||||
+24
-15
@@ -687,7 +687,7 @@ The screen is divided up into the following areas:
|
||||
|
||||
Bar _buflist_ has following default items:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Item | Example | Description
|
||||
| buflist | `1.weechat` | List of buffers.
|
||||
@@ -695,7 +695,7 @@ Bar _buflist_ has following default items:
|
||||
|
||||
Bar _title_ has following default items:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Item | Example | Description
|
||||
| buffer_title | `Welcome to #test` | Buffer title.
|
||||
@@ -703,7 +703,7 @@ Bar _title_ has following default items:
|
||||
|
||||
Bar _status_ has following default items:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Item | Example | Description
|
||||
| time | `[12:55]` | Time.
|
||||
@@ -723,7 +723,7 @@ Bar _status_ has following default items:
|
||||
|
||||
Bar _input_ has following default items:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Item | Example | Description
|
||||
| input_prompt | `[@Flashy(i)]` | Input prompt, for irc: nick and modes (mode "+i" means invisible on freenode).
|
||||
@@ -735,7 +735,7 @@ Bar _input_ has following default items:
|
||||
|
||||
Bar _nicklist_ has following default items:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Item | Example | Description
|
||||
| buffer_nicklist | `@Flashy` | List of nicks on current buffer.
|
||||
@@ -743,17 +743,26 @@ Bar _nicklist_ has following default items:
|
||||
|
||||
Other items available (not used in bars by default):
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Item | Example | Description
|
||||
| spell_dict | `fr,en` | Spelling dictionaries used on current buffer.
|
||||
| spell_suggest | `print,prone,prune` | Spelling suggestions for word under cursor (if misspelled).
|
||||
| buffer_count | `10` | Total number of buffers opened.
|
||||
| buffer_short_name | `#test` | Current buffer short name.
|
||||
| irc_channel | `#test` | Current IRC channel name.
|
||||
| irc_nick_modes | `i` | IRC modes for self nick.
|
||||
| mouse_status | `M` | Mouse status (empty if mouse is disabled).
|
||||
| window_number | `2` | Current window number.
|
||||
| Item | Example | Description
|
||||
| buffer_count | `10` | Total number of buffers opened.
|
||||
| buffer_last_number | `10` | Number of the latest buffer (can be different from `buffer_count` if option <<option_weechat.look.buffer_auto_renumber,weechat.look.buffer_auto_renumber>> is `off`).
|
||||
| buffer_nicklist_count_all | `4` | Number of visible groups and nicks in nicklist.
|
||||
| buffer_nicklist_count_groups | `0` | Number of visible groups in nicklist.
|
||||
| buffer_short_name | `#test` | Current buffer short name.
|
||||
| buflist2 | `1.weechat` | List of buffers, second bar item (see option <<option_buflist.look.use_items,buflist.look.use_items>>).
|
||||
| buflist3 | `1.weechat` | List of buffers, third bar item (see option <<option_buflist.look.use_items,buflist.look.use_items>>).
|
||||
| fset | `+buflist.look.sort: …+` | Help on currently selected option on fset buffer.
|
||||
| irc_channel | `#test` | Current IRC channel name.
|
||||
| irc_host | `+user@host.com+` | Current IRC host.
|
||||
| irc_nick | `+Flashy+` | Current IRC nick.
|
||||
| irc_nick_host | `+Flashy!user@host.com+` | Current IRC nick and host.
|
||||
| irc_nick_modes | `i` | IRC modes for self nick.
|
||||
| mouse_status | `M` | Mouse status (empty if mouse is disabled).
|
||||
| spell_dict | `fr,en` | Spelling dictionaries used on current buffer.
|
||||
| spell_suggest | `print,prone,prune` | Spelling suggestions for word under cursor (if misspelled).
|
||||
| window_number | `2` | Current window number.
|
||||
|===
|
||||
|
||||
[[command_line]]
|
||||
|
||||
+24
-15
@@ -702,7 +702,7 @@ L'écran est composé des zones suivantes :
|
||||
|
||||
La barre _buflist_ contient les objets (items) suivants par défaut :
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Objet (item) | Exemple | Description
|
||||
| buflist | `1.weechat` | Liste des tampons.
|
||||
@@ -710,7 +710,7 @@ La barre _buflist_ contient les objets (items) suivants par défaut :
|
||||
|
||||
La barre _title_ contient les objets (items) suivants par défaut :
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Objet (item) | Exemple | Description
|
||||
| buffer_title | `Bienvenue sur #test` | Titre du tampon.
|
||||
@@ -718,7 +718,7 @@ La barre _title_ contient les objets (items) suivants par défaut :
|
||||
|
||||
La barre _status_ contient les objets (items) suivants par défaut :
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Objet (item) | Exemple | Description
|
||||
| time | `[12:55]` | Heure.
|
||||
@@ -738,7 +738,7 @@ La barre _status_ contient les objets (items) suivants par défaut :
|
||||
|
||||
La barre _input_ contient les objets (items) suivants par défaut :
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Objet (item) | Exemple | Description
|
||||
| input_prompt | `[@Flashy(i)]` | Prompt, pour irc : pseudo et modes (le mode "+i" signifie invisible sur freenode).
|
||||
@@ -750,7 +750,7 @@ La barre _input_ contient les objets (items) suivants par défaut :
|
||||
|
||||
La barre _nicklist_ contient les objets (items) suivants par défaut :
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Objet (item) | Exemple | Description
|
||||
| buffer_nicklist | `@Flashy` | Liste des pseudos sur le tampon courant.
|
||||
@@ -758,17 +758,26 @@ La barre _nicklist_ contient les objets (items) suivants par défaut :
|
||||
|
||||
Autres objets (non utilisés dans des barres par défaut) :
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Objet (item) | Exemple | Description
|
||||
| spell_dict | `fr,en` | Dictionnaires utilisés pour la vérification de l'orthographe sur le tampon courant.
|
||||
| spell_suggest | `print,prone,prune` | Suggestions pour le mot sous le curseur (si mal orthographié).
|
||||
| buffer_count | `10` | Nombre total de tampons ouverts.
|
||||
| buffer_short_name | `#test` | Nom court du tampon courant.
|
||||
| irc_channel | `#test` | Nom de canal IRC courant.
|
||||
| irc_nick_modes | `i` | Modes IRC pour le pseudo.
|
||||
| mouse_status | `M` | Statut de la souris (vide si la souris est désactivée).
|
||||
| window_number | `2` | Numéro de la fenêtre courante.
|
||||
| Objet (item) | Exemple | Description
|
||||
| buffer_count | `10` | Nombre total de tampons ouverts.
|
||||
| buffer_last_number | `10` | Numéro du dernier tampon (peut être différent de `buffer_count` si l'option <<option_weechat.look.buffer_auto_renumber,weechat.look.buffer_auto_renumber>> est `off`).
|
||||
| buffer_nicklist_count_all | `4` | Nombre de groupes et pseudos visibles dans la liste de pseudos.
|
||||
| buffer_nicklist_count_groups | `0` | Nombre de groupes visibles dans la liste de pseudos.
|
||||
| buffer_short_name | `#test` | Nom court du tampon courant.
|
||||
| buflist2 | `1.weechat` | Liste des tampons, deuxième objet de barre (voir l'option <<option_buflist.look.use_items,buflist.look.use_items>>).
|
||||
| buflist3 | `1.weechat` | Liste des tampons, troisième objet de barre (voir l'option <<option_buflist.look.use_items,buflist.look.use_items>>).
|
||||
| fset | `+buflist.look.sort: …+` | Aide sur l'option sélectionnée dans le tampon fset.
|
||||
| irc_channel | `#test` | Nom de canal IRC courant.
|
||||
| irc_host | `+user@host.com+` | Hôte sur IRC.
|
||||
| irc_nick | `+Flashy+` | Pseudo IRC.
|
||||
| irc_nick_host | `+Flashy!user@host.com+` | Pseudo et hôte IRC.
|
||||
| irc_nick_modes | `i` | Modes IRC pour le pseudo.
|
||||
| mouse_status | `M` | Statut de la souris (vide si la souris est désactivée).
|
||||
| spell_dict | `fr,en` | Dictionnaires utilisés pour la vérification de l'orthographe sur le tampon courant.
|
||||
| spell_suggest | `print,prone,prune` | Suggestions pour le mot sous le curseur (si mal orthographié).
|
||||
| window_number | `2` | Numéro de la fenêtre courante.
|
||||
|===
|
||||
|
||||
[[command_line]]
|
||||
|
||||
+24
-15
@@ -750,7 +750,7 @@ Lo schermo è composto dalle seguenti aree:
|
||||
|
||||
La barra _buflist_ ha i seguenti elementi predefiniti:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Elemento | Esempio | Descrizione
|
||||
// TRANSLATION MISSING
|
||||
@@ -759,7 +759,7 @@ La barra _buflist_ ha i seguenti elementi predefiniti:
|
||||
|
||||
La barra _title_ ha i seguenti elementi predefiniti:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Elemento | Esempio | Descrizione
|
||||
// TRANSLATION MISSING
|
||||
@@ -768,7 +768,7 @@ La barra _title_ ha i seguenti elementi predefiniti:
|
||||
|
||||
La barra _status_ ha i seguenti elementi predefiniti:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Elemento | Esempio | Descrizione
|
||||
| time | `[12:55]` | Ora.
|
||||
@@ -791,7 +791,7 @@ La barra _status_ ha i seguenti elementi predefiniti:
|
||||
|
||||
La barra _input_ ha i seguenti elementi predefiniti:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Elemento | Esempio | Descrizione
|
||||
// TRANSLATION MISSING
|
||||
@@ -805,7 +805,7 @@ La barra _input_ ha i seguenti elementi predefiniti:
|
||||
|
||||
La barra _nicklist_ ha i seguenti elementi predefiniti:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Elemento | Esempio | Descrizione
|
||||
// TRANSLATION MISSING
|
||||
@@ -816,17 +816,26 @@ La barra _nicklist_ ha i seguenti elementi predefiniti:
|
||||
Other items available (not used in bars by default):
|
||||
|
||||
// TRANSLATION MISSING
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Item | Example | Description
|
||||
| spell_dict | `fr,en` | Spelling dictionaries used on current buffer.
|
||||
| spell_suggest | `print,prone,prune` | Spelling suggestions for word under cursor (if misspelled).
|
||||
| buffer_count | `10` | Total number of buffers opened.
|
||||
| buffer_short_name | `#test` | Current buffer short name.
|
||||
| irc_channel | `#test` | Current IRC channel name.
|
||||
| irc_nick_modes | `i` | IRC modes for self nick.
|
||||
| mouse_status | `M` | Mouse status (empty if mouse is disabled).
|
||||
| window_number | `2` | Current window number.
|
||||
| Item | Example | Description
|
||||
| buffer_count | `10` | Total number of buffers opened.
|
||||
| buffer_last_number | `10` | Number of the latest buffer (can be different from `buffer_count` if option <<option_weechat.look.buffer_auto_renumber,weechat.look.buffer_auto_renumber>> is `off`).
|
||||
| buffer_nicklist_count_all | `4` | Number of visible groups and nicks in nicklist.
|
||||
| buffer_nicklist_count_groups | `0` | Number of visible groups in nicklist.
|
||||
| buffer_short_name | `#test` | Current buffer short name.
|
||||
| buflist2 | `1.weechat` | List of buffers, second bar item (see option <<option_buflist.look.use_items,buflist.look.use_items>>).
|
||||
| buflist3 | `1.weechat` | List of buffers, third bar item (see option <<option_buflist.look.use_items,buflist.look.use_items>>).
|
||||
| fset | `+buflist.look.sort: …+` | Help on currently selected option on fset buffer.
|
||||
| irc_channel | `#test` | Current IRC channel name.
|
||||
| irc_host | `+user@host.com+` | Current IRC host.
|
||||
| irc_nick | `+Flashy+` | Current IRC nick.
|
||||
| irc_nick_host | `+Flashy!user@host.com+` | Current IRC nick and host.
|
||||
| irc_nick_modes | `i` | IRC modes for self nick.
|
||||
| mouse_status | `M` | Mouse status (empty if mouse is disabled).
|
||||
| spell_dict | `fr,en` | Spelling dictionaries used on current buffer.
|
||||
| spell_suggest | `print,prone,prune` | Spelling suggestions for word under cursor (if misspelled).
|
||||
| window_number | `2` | Current window number.
|
||||
|===
|
||||
|
||||
[[command_line]]
|
||||
|
||||
+33
-15
@@ -708,7 +708,7 @@ WeeChat を起動した端末の例:
|
||||
|
||||
バッファリスト (_buflist_) バーは以下の初期要素を持っています:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| 要素 | 例 | 説明
|
||||
| buflist | `1.weechat` | バッファ一覧
|
||||
@@ -716,7 +716,7 @@ WeeChat を起動した端末の例:
|
||||
|
||||
状態 (_title_) バーは以下の初期要素を持っています:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| 要素 | 例 | 説明
|
||||
| buffer_title | `Welcome to #test` | バッファタイトル
|
||||
@@ -724,7 +724,7 @@ WeeChat を起動した端末の例:
|
||||
|
||||
状態 (_status_) バーは以下の初期要素を持っています:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| 要素 | 例 | 説明
|
||||
| time | `[12:55]` | 時刻
|
||||
@@ -745,7 +745,7 @@ WeeChat を起動した端末の例:
|
||||
|
||||
入力 (_input_) バーは以下の初期要素を持っています:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| 要素 | 例 | 説明
|
||||
| input_prompt | `[@Flashy]` | 入力プロンプト、irc の場合: ニックネームとモード (freenode では "+i" モードは不可視状態を意味します)
|
||||
@@ -757,7 +757,7 @@ WeeChat を起動した端末の例:
|
||||
|
||||
ニックネームリスト (_nicklist_) バーは以下の初期要素を持っています:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| 要素 | 例 | 説明
|
||||
| buffer_nicklist | `@Flashy` | 現在のバッファのニックネーム一覧
|
||||
@@ -765,17 +765,35 @@ WeeChat を起動した端末の例:
|
||||
|
||||
その他の利用可能な要素 (初期状態のバーはこれらの要素を持ちません):
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| 要素 | 例 | 説明
|
||||
| spell_dict | `fr,en` | 現在のバッファにおけるスペリング辞書
|
||||
| spell_suggest | `print,prone,prune` | カーソル下の単語に対するスペリング候補 (スペルが間違っている場合)
|
||||
| buffer_count | `10` | 開いているバッファの総数
|
||||
| buffer_short_name | `#test` | 現在のバッファの短い名前
|
||||
| irc_channel | `#test` | 現在の IRC チャンネル名
|
||||
| irc_nick_modes | `i` | 自分のニックネームに対する IRC モード
|
||||
| mouse_status | `M` | マウスの状態 (マウスが無効化されている場合は空文字列)
|
||||
| window_number | `2` | 現在のウィンドウ番号
|
||||
| 要素 | 例 | 説明
|
||||
| buffer_count | `10` | 開いているバッファの総数
|
||||
// TRANSLATION MISSING
|
||||
| buffer_last_number | `10` | Number of the latest buffer (can be different from `buffer_count` if option <<option_weechat.look.buffer_auto_renumber,weechat.look.buffer_auto_renumber>> is `off`).
|
||||
// TRANSLATION MISSING
|
||||
| buffer_nicklist_count_all | `4` | Number of visible groups and nicks in nicklist.
|
||||
// TRANSLATION MISSING
|
||||
| buffer_nicklist_count_groups | `0` | Number of visible groups in nicklist.
|
||||
| buffer_short_name | `#test` | 現在のバッファの短い名前
|
||||
// TRANSLATION MISSING
|
||||
| buflist2 | `1.weechat` | List of buffers, second bar item (see option <<option_buflist.look.use_items,buflist.look.use_items>>).
|
||||
// TRANSLATION MISSING
|
||||
| buflist3 | `1.weechat` | List of buffers, third bar item (see option <<option_buflist.look.use_items,buflist.look.use_items>>).
|
||||
// TRANSLATION MISSING
|
||||
| fset | `+buflist.look.sort: …+` | Help on currently selected option on fset buffer.
|
||||
| irc_channel | `#test` | 現在の IRC チャンネル名
|
||||
// TRANSLATION MISSING
|
||||
| irc_host | `+user@host.com+` | Current IRC host.
|
||||
// TRANSLATION MISSING
|
||||
| irc_nick | `+Flashy+` | Current IRC nick.
|
||||
// TRANSLATION MISSING
|
||||
| irc_nick_host | `+Flashy!user@host.com+` | Current IRC nick and host.
|
||||
| irc_nick_modes | `i` | 自分のニックネームに対する IRC モード
|
||||
| mouse_status | `M` | マウスの状態 (マウスが無効化されている場合は空文字列)
|
||||
| spell_dict | `fr,en` | 現在のバッファにおけるスペリング辞書
|
||||
| spell_suggest | `print,prone,prune` | カーソル下の単語に対するスペリング候補 (スペルが間違っている場合)
|
||||
| window_number | `2` | 現在のウィンドウ番号
|
||||
|===
|
||||
|
||||
[[command_line]]
|
||||
|
||||
+33
-15
@@ -693,7 +693,7 @@ Ekran składa się z następujących obszarów:
|
||||
|
||||
Pasek _buflist_ posiada następujące domyślne elementy:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Element | Przykład | Opis
|
||||
| buflist | `1.weechat` | Lista buforów.
|
||||
@@ -701,7 +701,7 @@ Pasek _buflist_ posiada następujące domyślne elementy:
|
||||
|
||||
Pasek _title_ posiada następujące domyślne elementy:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Element | Przykład | Opis
|
||||
| buffer_title | `Witaj na #test` | Tytuł buforu.
|
||||
@@ -709,7 +709,7 @@ Pasek _title_ posiada następujące domyślne elementy:
|
||||
|
||||
Pasek _status_ posiada następujące domyślne elementy:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Element | Przykład | Opis
|
||||
| time | `[12:55]` | Czas.
|
||||
@@ -729,7 +729,7 @@ Pasek _status_ posiada następujące domyślne elementy:
|
||||
|
||||
Pasek _input_ posiada następujące domyślne elementy:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Element | Przykład | Opis
|
||||
| input_prompt | `[@Flashy(i)]` | Input prompt, dla irc: nick i tryby (tryb "+i" oznacza niewidzialny na freenode).
|
||||
@@ -741,7 +741,7 @@ Pasek _input_ posiada następujące domyślne elementy:
|
||||
|
||||
Pasek _nicklist_ posiada następujące domyślne elementy:
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Element | Przykład | Opis
|
||||
| buffer_nicklist | `@Flashy` | Lita nicków w obecnym buforze.
|
||||
@@ -749,17 +749,35 @@ Pasek _nicklist_ posiada następujące domyślne elementy:
|
||||
|
||||
Inne dostępne elementy (nie używane domyślnie w paskach):
|
||||
|
||||
[width="100%",cols="^3,^4,10",options="header"]
|
||||
[width="100%",cols="^3,^3,9",options="header"]
|
||||
|===
|
||||
| Element | Przykład | Opis
|
||||
| spell_dict | `fr,en` | Słowniki używane w obecnym buforze.
|
||||
| spell_suggest | `print,prone,prune` | Sugestie dla słowa pod kursorem (jeśli zawiera błąd).
|
||||
| buffer_count | `10` | Liczba otwartych buforów.
|
||||
| buffer_short_name | `#test` | Skrócona nazwa obecnego buforu.
|
||||
| irc_channel | `#test` | Nazwa bieżącego kanału IRC.
|
||||
| irc_nick_modes | `i` | Atrybuty IRC dla własnego nicka.
|
||||
| mouse_status | `M` | Status obsługi myszy (pusty jeśli obsługa myszy jest wyłączona).
|
||||
| window_number | `2` | Numer obecnego okna.
|
||||
| Element | Przykład | Opis
|
||||
| buffer_count | `10` | Liczba otwartych buforów.
|
||||
// TRANSLATION MISSING
|
||||
| buffer_last_number | `10` | Number of the latest buffer (can be different from `buffer_count` if option <<option_weechat.look.buffer_auto_renumber,weechat.look.buffer_auto_renumber>> is `off`).
|
||||
// TRANSLATION MISSING
|
||||
| buffer_nicklist_count_all | `4` | Number of visible groups and nicks in nicklist.
|
||||
// TRANSLATION MISSING
|
||||
| buffer_nicklist_count_groups | `0` | Number of visible groups in nicklist.
|
||||
| buffer_short_name | `#test` | Skrócona nazwa obecnego buforu.
|
||||
// TRANSLATION MISSING
|
||||
| buflist2 | `1.weechat` | List of buffers, second bar item (see option <<option_buflist.look.use_items,buflist.look.use_items>>).
|
||||
// TRANSLATION MISSING
|
||||
| buflist3 | `1.weechat` | List of buffers, third bar item (see option <<option_buflist.look.use_items,buflist.look.use_items>>).
|
||||
// TRANSLATION MISSING
|
||||
| fset | `+buflist.look.sort: …+` | Help on currently selected option on fset buffer.
|
||||
| irc_channel | `#test` | Nazwa bieżącego kanału IRC.
|
||||
// TRANSLATION MISSING
|
||||
| irc_host | `+user@host.com+` | Current IRC host.
|
||||
// TRANSLATION MISSING
|
||||
| irc_nick | `+Flashy+` | Current IRC nick.
|
||||
// TRANSLATION MISSING
|
||||
| irc_nick_host | `+Flashy!user@host.com+` | Current IRC nick and host.
|
||||
| irc_nick_modes | `i` | Atrybuty IRC dla własnego nicka.
|
||||
| mouse_status | `M` | Status obsługi myszy (pusty jeśli obsługa myszy jest wyłączona).
|
||||
| spell_dict | `fr,en` | Słowniki używane w obecnym buforze.
|
||||
| spell_suggest | `print,prone,prune` | Sugestie dla słowa pod kursorem (jeśli zawiera błąd).
|
||||
| window_number | `2` | Numer obecnego okna.
|
||||
|===
|
||||
|
||||
[[command_line]]
|
||||
|
||||
Reference in New Issue
Block a user