diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-11-08 10:54:32 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-11-08 10:54:32 +0100 |
commit | cde0aa2a4d1728054140845b4aa0204789c101ed (patch) | |
tree | 7e640a5d2773bd01d72a80bb3c03776b8df6ec78 /doc/en/weechat_user.en.asciidoc | |
parent | 524d66d624d174a788234d418c63d3ac9808c326 (diff) | |
download | weechat-cde0aa2a4d1728054140845b4aa0204789c101ed.zip |
doc: add list of bar items not used in bars by default (user's guide)
Diffstat (limited to 'doc/en/weechat_user.en.asciidoc')
-rw-r--r-- | doc/en/weechat_user.en.asciidoc | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/doc/en/weechat_user.en.asciidoc b/doc/en/weechat_user.en.asciidoc index d21ffa7f8..ae4c0daec 100644 --- a/doc/en/weechat_user.en.asciidoc +++ b/doc/en/weechat_user.en.asciidoc @@ -506,7 +506,7 @@ Screen is composed by following areas: Bar 'status' has following default items: -[width="100%",cols="^3,^3,10",options="header"] +[width="100%",cols="^3,^4,10",options="header"] |=== | Item | Example | Description | time | `[12:55]` | Time @@ -526,7 +526,7 @@ Bar 'status' has following default items: Bar 'input' has following default items: -[width="100%",cols="^3,^6,8",options="header"] +[width="100%",cols="^3,^4,10",options="header"] |=== | Item | Example | Description | input_prompt | `[@Flashy(i)]` | Input prompt, for irc: nick and modes (mode "+i" means invisible on freenode) @@ -536,6 +536,21 @@ Bar 'input' has following default items: | input_text | `hi peter!` | Input text |=== +Other items available (not used in bars by default): + +[width="100%",cols="^3,^4,10",options="header"] +|=== +| Item | Example | Description +| aspell_dict | `fr,en` | Spelling dictionaries used on current buffer +| aspell_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 | `@` | IRC modes for self nick +| mouse_status | `M` | Mouse status (empty if mouse is disabled) +| window_number | `2` | Current window number +|=== + [[buffers_and_windows]] === Buffers and windows |