2002-02-15 17:22:46 -05:00
|
|
|
|
2014-07-30 08:29:06 -04:00
|
|
|
%9Syntax:%9
|
|
|
|
|
2002-02-15 17:22:46 -05:00
|
|
|
@SYNTAX:statusbar@
|
|
|
|
|
2014-07-30 08:29:06 -04:00
|
|
|
%9Parameters:%9
|
|
|
|
|
2017-10-05 23:47:15 -04:00
|
|
|
ENABLE: Adds a statusbar to the list of statusbars.
|
2017-10-06 08:54:54 -04:00
|
|
|
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.
|
2014-07-30 08:29:06 -04:00
|
|
|
RESET: Restores the default statusbar configuration.
|
2017-10-06 08:54:54 -04:00
|
|
|
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
|
2017-10-06 08:58:27 -04:00
|
|
|
always it is visible on all screens, otherwise if set to
|
|
|
|
inactive or active then it is only visible on inactive
|
2017-10-05 23:47:15 -04:00
|
|
|
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.
|
2014-07-30 08:29:06 -04:00
|
|
|
|
|
|
|
%9Description:%9
|
|
|
|
|
2017-10-05 23:47:15 -04:00
|
|
|
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.
|
2014-07-30 08:29:06 -04:00
|
|
|
|
|
|
|
%9Examples:%9
|
|
|
|
|
|
|
|
/STATUSBAR
|
|
|
|
/STATUSBAR window
|
|
|
|
/STATUSBAR window REMOVE time
|
|
|
|
/STATUSBAR window ADD time
|
|
|
|
/STATUSBAR window RESET
|
|
|
|
/STATUSBAR topic DISABLE
|
|
|
|
/STATUSBAR topic ENABLE
|
2009-09-02 17:46:57 -04:00
|
|
|
|
2014-07-30 08:29:06 -04:00
|
|
|
%9See also:%9 WINDOW
|
2009-09-02 17:46:57 -04:00
|
|
|
|