summaryrefslogtreecommitdiff
path: root/docs/help/in/statusbar.in
diff options
context:
space:
mode:
authorGeert Hauwaerts <geert@hauwaerts.be>2014-07-30 14:29:06 +0200
committerGeert Hauwaerts <geert@hauwaerts.be>2014-07-30 14:29:06 +0200
commit822db3090f8c144833459cb7d3ed9e0422749f5e (patch)
tree5706ff105ad0cc04e8773b45a62478304d3fb6f5 /docs/help/in/statusbar.in
parent4beebe3238dda96efd4c3a0a6f6002ad5afc96e7 (diff)
downloadirssi-822db3090f8c144833459cb7d3ed9e0422749f5e.zip
Syntax rewrite for S-commands
Rewrote the syntax documentation for all commands starting with S.
Diffstat (limited to 'docs/help/in/statusbar.in')
-rw-r--r--docs/help/in/statusbar.in36
1 files changed, 31 insertions, 5 deletions
diff --git a/docs/help/in/statusbar.in b/docs/help/in/statusbar.in
index e7b35349..ac475dd5 100644
--- a/docs/help/in/statusbar.in
+++ b/docs/help/in/statusbar.in
@@ -1,10 +1,36 @@
+%9Syntax:%9
+
@SYNTAX:statusbar@
-Commands for modifying the statusbar.
+%9Parameters:%9
+
+ ENABLE: Enables the statusbar.
+ DISABLE: Disabled the statusbar.
+ 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.
+
+%9Description:%9
+
+ Modified the attributes of the statusbar.
+
+%9Examples:%9
+
+ /STATUSBAR
+ /STATUSBAR window
+ /STATUSBAR window REMOVE time
+ /STATUSBAR window ADD time
+ /STATUSBAR window RESET
+ /STATUSBAR topic DISABLE
+ /STATUSBAR topic ENABLE
-/STATUSBAR
- - Display all statusbars.
+%9See also:%9 WINDOW
-/STATUSBAR <name>
- - display elements of statusbar <name>