diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2017-10-08 18:50:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-08 18:50:19 +0200 |
commit | 016fd344362ddcc4b1a0781df9ac2416acc54e69 (patch) | |
tree | eeb8209fe90695f7bb5f82ffe9133d9cbd100601 /docs | |
parent | 92dbb1895b84bc9412bea62ce11473daf4dd2618 (diff) | |
parent | 4b42eca7c57fdd3d5ded8d5b1d4c75d01fc28569 (diff) | |
download | irssi-016fd344362ddcc4b1a0781df9ac2416acc54e69.zip |
Merge pull request #763 from rbisewski/master
Improvements to statusbar documentation and help text.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/help/in/statusbar.in | 35 |
1 files changed, 23 insertions, 12 deletions
diff --git a/docs/help/in/statusbar.in b/docs/help/in/statusbar.in index ac475dd5..7d64b816 100644 --- a/docs/help/in/statusbar.in +++ b/docs/help/in/statusbar.in @@ -5,22 +5,33 @@ %9Parameters:%9 - ENABLE: Enables the statusbar. - DISABLE: Disabled the statusbar. + ENABLE: Adds a statusbar to the list of statusbars. + DISABLE: Removes a statusbar from the list. Note that for + built-in statusbars they can be enabled again should the + user wish to add back the default statusbars. RESET: Restores the default statusbar configuration. - TYPE: Identifies the type of statusbar. - PLACEMENT: Identifies the placement of the statusbar. - POSITION: Identifies the position of the statusbar. - VISIBLE: Identifies the visibility of the statusbar. - ADD: Adds a statusbar into the configuration. - REMOVE: Removes a statusbar from the configuration. - - The name of the statusbar; if no argument is given, the list of statusbars - will be displayed. + TYPE: Sets the type of statusbar, for each split window or only + for the current root screen. + PLACEMENT: Sets the placement of the statusbar, either at the top or + the bottom of the screen. + POSITION: Sets the position of the statusbar. Represented as a + number, with 0 implying the first position. + VISIBLE: Sets the visibility of the statusbar or item. If set to + always it is visible on all screens, otherwise if set to + inactive or active then it is only visible on inactive + or active screens, respectively. + ADD: Adds an item to the specified statusbar. It can be set to + appear before/after another item and left/right aligned + to a specified position on the screen. + REMOVE: Removes an item from the specified statusbar. + + Where name refers to the name of the statusbar; if no argument is + given, the entire list of statusbars will be displayed. %9Description:%9 - Modified the attributes of the statusbar. + Allows adjustment of the attributes and items of a statusbar, as well + as where it is located and whether or not it is currently visible. %9Examples:%9 |