1
0
mirror of https://github.com/irssi/irssi.git synced 2024-12-04 14:46:39 -05:00

adjusting text content as per the pull-request discussion

This commit is contained in:
Robert Bisewski 2017-10-06 07:54:54 -05:00
parent 0883ff8d32
commit 84bfea52af

View File

@ -6,15 +6,17 @@
%9Parameters:%9 %9Parameters:%9
ENABLE: Adds a statusbar to the list of statusbars. ENABLE: Adds a statusbar to the list of statusbars.
DISABLE: Removes a statusbar from the list. 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. RESET: Restores the default statusbar configuration.
TYPE: Refers to the type of statusbar, for each split window TYPE: Sets the type of statusbar, for each split window or only
or only for the current root screen. for the current root screen.
PLACEMENT: Refers to the placement of the statusbar, either at the PLACEMENT: Sets the placement of the statusbar, either at the top or
top or the bottom of the screen. the bottom of the screen.
POSITION: Refers to the position of the statusbar. Represented as POSITION: Sets the position of the statusbar. Represented as a
an unsigned integer, with 0 implying the first position. number, with 0 implying the first position.
VISIBLE: Refers to the visibility of the statusbar or item. If set VISIBLE: Sets the visibility of the statusbar or item. If set to
to always it is visible on all screens, otherwise if set to always it is visible on all screens, otherwise if set
to inactive or active then it is only visible on inactive to inactive or active then it is only visible on inactive
or active screens, respectively. or active screens, respectively.