diff --git a/docs/startup-HOWTO.html b/docs/startup-HOWTO.html index d3b7945a..c1cc35eb 100644 --- a/docs/startup-HOWTO.html +++ b/docs/startup-HOWTO.html @@ -953,20 +953,20 @@ it is. Visible can be always, active or inactive. Active/inactive is useful only with split windows, one split window is active and the rest are inactive. These settings can be changed with:

- +
+     STATUSBAR <name> TYPE window|root
+     STATUSBAR <name> PLACEMENT top|bottom
+     STATUSBAR <name> POSITION <num>
+     STATUSBAR <name> VISIBLE always|active|inactive
+

When loading a new statusbar scripts, you'll need to also specify where you want to show it. Statusbar items can be modified with:

- +
+     STATUSBAR <name> ADD [-before | -after <item>] [-priority #] [-alignment left|right] <item>
+     STATUSBAR <name> REMOVE <item>
+

The item name with statusbar scripts is usually same as the script's name. Script's documentation should tell if this isn't the case. So, to