From 26e94073828dd59fb34be82d14db8df3d505df52 Mon Sep 17 00:00:00 2001
From: Timo Sirainen
+
1. For all the lazy people
@@ -808,3 +812,50 @@ of them you might want to change (the default value is shown):
/STATUSBAR displays a list of statusbars:
+ ++Name Type Placement Position Visible +window window bottom 0 always +window_inact window bottom 1 inactive +prompt root bottom 100 always +topic root top 1 always ++ +
/STATUSBAR <name> prints the statusbar +settings and it's items. /STATUSBAR <name> +ENABLE|DISABLE enables/disables the statusbar. +/STATUSBAR <name> RESET resets the statusbar to +it's default settings. If the statusbar was created by you, it will be +removed.
+ +Type can be window or root, meaning if the statusbar should be +created for each split window, or just once. Placement can be top or +bottom. Position is a number, the lower the value the higher in screen +it is. Visible can be always, active or inactive. Active/inactive is +meant to be used with split windows, one split window is active and rest +are inactive. These settings can be changed with:
+ +When loading new statusbar scripts, you'll need to also specify +where you want to show it. Statusbar items can be modified with:
+ +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 +add mail.pl before the window activity item (see the list with +/STATUSBAR window), use: /STATUSBAR window ADD -before act +mail.
-- cgit v1.2.3