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
|
|
|
|
|
2018-03-19 04:18:42 -04:00
|
|
|
ADD: Adds a statusbar to the list of statusbars.
|
|
|
|
MODIFY: Modifies the configuration of a statusbar.
|
2014-07-30 08:29:06 -04:00
|
|
|
RESET: Restores the default statusbar configuration.
|
2018-03-19 04:18:42 -04:00
|
|
|
ADDITEM: Adds an item to the specified statusbar. It can be set to
|
|
|
|
appear before/after another item and left/right aligned
|
2022-12-18 15:53:27 -05:00
|
|
|
on the screen.
|
2018-03-19 04:18:42 -04:00
|
|
|
MODIFYITEM: Changes an item position inside a bar.
|
|
|
|
REMOVEITEM: Removes an item from the specified statusbar.
|
|
|
|
INFO: List the current details and items of the specified
|
|
|
|
statusbar.
|
|
|
|
|
|
|
|
-disable: Removes a statusbar from the list.
|
|
|
|
-type: Sets the type of statusbar, for each split window or only
|
2022-12-18 15:53:27 -05:00
|
|
|
once at the root (very top or bottom) of the screen.
|
2018-03-19 04:18:42 -04:00
|
|
|
-placement: Sets the placement of the statusbar, either at the top or
|
2022-12-18 15:53:27 -05:00
|
|
|
the bottom of the screen or split window.
|
2018-03-19 04:18:42 -04:00
|
|
|
-position: Sets the position of the statusbar. Represented as a
|
2022-12-18 15:53:27 -05:00
|
|
|
number, with smaller numbers implying a position further
|
|
|
|
to the top.
|
|
|
|
-visible: Sets the visibility of the statusbar. If set to always,
|
|
|
|
it is visible on all split windows, otherwise if set to
|
|
|
|
inactive or active then it is only visible on inactive or
|
|
|
|
active split windows, respectively.
|
2018-03-19 04:18:42 -04:00
|
|
|
-before: This item is added before the other item.
|
|
|
|
-after: This item is added after the other item.
|
|
|
|
-priority: When the statusbar items overflow, the item with the
|
2019-05-30 10:24:02 -04:00
|
|
|
lowest priority is removed or truncated first.
|
|
|
|
Priority can be negative, in which case it'll have to be
|
|
|
|
quoted (e.g. -priority "-1")
|
2018-03-19 04:18:42 -04:00
|
|
|
-alignment: Display the item on the right side.
|
2017-10-05 23:47:15 -04:00
|
|
|
|
2022-10-26 17:30:11 -04:00
|
|
|
Where statusbar refers to the name of the statusbar; if no
|
|
|
|
argument is given, or `LIST` is given, the entire list of
|
|
|
|
statusbars along with a quick overview of their properties 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
|
2018-03-19 04:18:42 -04:00
|
|
|
/STATUSBAR INFO window
|
|
|
|
/STATUSBAR REMOVEITEM time window
|
|
|
|
/STATUSBAR ADDITEM time window
|
|
|
|
/STATUSBAR RESET window
|
|
|
|
/STATUSBAR MODIFY -disable topic
|
|
|
|
/STATUSBAR MODIFY -nodisable topic
|
|
|
|
|
|
|
|
%9Remarks:%9
|
|
|
|
|
|
|
|
Statusbar syntax was changed in Irssi 1.2. The old syntax is still
|
|
|
|
accepted for backward compatibility, but no longer documented.
|
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
|
|
|
|