mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
Merge pull request #1049 from mgedmin/patch-1
Clarify statusbar priorities
This commit is contained in:
commit
085888d1c0
1 changed files with 3 additions and 1 deletions
|
|
@ -30,7 +30,9 @@
|
||||||
-before: This item is added before the other item.
|
-before: This item is added before the other item.
|
||||||
-after: This item is added after the other item.
|
-after: This item is added after the other item.
|
||||||
-priority: When the statusbar items overflow, the item with the
|
-priority: When the statusbar items overflow, the item with the
|
||||||
lowest priority is removed first
|
lowest priority is removed or truncated first.
|
||||||
|
Priority can be negative, in which case it'll have to be
|
||||||
|
quoted (e.g. -priority "-1")
|
||||||
-alignment: Display the item on the right side.
|
-alignment: Display the item on the right side.
|
||||||
|
|
||||||
Where statusbar refers to the name of the statusbar; if no argument is
|
Where statusbar refers to the name of the statusbar; if no argument is
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue