correcting and expanding content of statusbar help text

This commit is contained in:
Robert Bisewski 2017-10-05 22:47:15 -05:00
parent 32f33e7bb3
commit e1e632d31e

View File

@ -5,22 +5,31 @@
%9Parameters:%9 %9Parameters:%9
ENABLE: Enables the statusbar. ENABLE: Adds a statusbar to the list of statusbars.
DISABLE: Disabled the statusbar. DISABLE: Removes a statusbar from the list.
RESET: Restores the default statusbar configuration. RESET: Restores the default statusbar configuration.
TYPE: Identifies the type of statusbar. TYPE: Refers to the type of statusbar, for each split window
PLACEMENT: Identifies the placement of the statusbar. or only for the current root screen.
POSITION: Identifies the position of the statusbar. PLACEMENT: Refers to the placement of the statusbar, either at the
VISIBLE: Identifies the visibility of the statusbar. top or the bottom of the screen.
ADD: Adds a statusbar into the configuration. POSITION: Refers to the position of the statusbar. Represented as
REMOVE: Removes a statusbar from the configuration. an unsigned integer, with 0 implying the first position.
VISIBLE: Refers to 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.
The name of the statusbar; if no argument is given, the list of statusbars Where name refers to the name of the statusbar; if no argument is
will be displayed. given, the entire list of statusbars will be displayed.
%9Description:%9 %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 %9Examples:%9